mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-08 22:23:15 +00:00
remove calls to restic check before/after prune (#1794)
* remove calls to restic check before/after prune Signed-off-by: Steve Kriss <krisss@vmware.com> * changelog Signed-off-by: Steve Kriss <krisss@vmware.com>
This commit is contained in:
committed by
Adnan Abdulhussein
parent
3a0c1be7f0
commit
686f41ebec
@@ -91,13 +91,6 @@ func SnapshotsCommand(repoIdentifier string) *Command {
|
||||
}
|
||||
}
|
||||
|
||||
func CheckCommand(repoIdentifier string) *Command {
|
||||
return &Command{
|
||||
Command: "check",
|
||||
RepoIdentifier: repoIdentifier,
|
||||
}
|
||||
}
|
||||
|
||||
func PruneCommand(repoIdentifier string) *Command {
|
||||
return &Command{
|
||||
Command: "prune",
|
||||
|
||||
Reference in New Issue
Block a user