mirror of
https://github.com/restic/restic.git
synced 2025-12-03 23:51:51 +00:00
Update spf13/cobra
This commit is contained in:
@@ -612,7 +612,7 @@ func TestSubcommandExecuteC(t *testing.T) {
|
||||
Use: "echo message",
|
||||
Run: func(c *Command, args []string) {
|
||||
msg := strings.Join(args, " ")
|
||||
c.Println(msg, msg)
|
||||
c.Println(msg)
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user