Skip to content

Commit

Permalink
fix(cli): use tag key
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Jan 31, 2024
1 parent b2707da commit d89e08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/repositories/ResticRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class ResticRepository extends RepositoryAbstract<ResticRepositoryConfig>
const value = (object as any)[key];
if (value !== undefined) {
const tag = ResticRepository.createSnapshotTag(
SnapshotTagEnum.SHORT_ID,
key as SnapshotTagEnum,
value,
);
tags.push(tag);
Expand Down

0 comments on commit d89e08c

Please sign in to comment.