mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2026-04-02 20:05:23 +00:00
Write forget and copy options with correct name
This commit is contained in:
@@ -21,7 +21,7 @@ var forgetCmd = &cobra.Command{
|
||||
dry, _ := cmd.Flags().GetBool("dry-run")
|
||||
for _, name := range selected {
|
||||
location, _ := internal.GetLocation(name)
|
||||
err := location.Forget(prune, dry)
|
||||
err := location.DoForget(prune, dry)
|
||||
CheckErr(err)
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user