Skip to content

Commit

Permalink
Use stashed/restic image for darwin/arm64 support (#150)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Feb 3, 2022
1 parent b42d851 commit c90bfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (
)

var (
ResticRegistry = "restic"
ResticRegistry = "stashed"
ResticImage = "restic"
ResticTag = "latest"
)
Expand Down

0 comments on commit c90bfcc

Please sign in to comment.