We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b27fc commit 14125d5Copy full SHA for 14125d5
1 file changed
internal/command/root.go
@@ -48,8 +48,7 @@ func newExecCommand() *cobra.Command {
48
RunE: func(cmd *cobra.Command, args []string) error {
49
options.container = args[0]
50
options.command = args[1:]
51
- _ = runExec(options)
52
- return nil
+ return runExec(options)
53
},
54
}
55
0 commit comments