mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-31 21:31:28 +00:00
move restic binary into /usr/bin so it's in PATH
Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
@@ -35,7 +35,7 @@ type Command struct {
|
||||
|
||||
// StringSlice returns the command as a slice of strings.
|
||||
func (c *Command) StringSlice() []string {
|
||||
res := []string{"/restic"}
|
||||
res := []string{"restic"}
|
||||
|
||||
res = append(res, c.Command, repoFlag(c.RepoPrefix, c.Repo))
|
||||
if c.PasswordFile != "" {
|
||||
|
||||
Reference in New Issue
Block a user