This commit is contained in:
Kovid Goyal
2022-08-23 10:35:32 +05:30
parent 6a79b450f7
commit 10cef16210
2 changed files with 10 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ func run_CMD_NAME(cmd *cobra.Command, args []string) (err error) {
if err == nil {
timeout = rt
}
err = send_rc_command(rc, timeout, STRING_RESPONSE_IS_ERROR)
err = send_rc_command(cmd, rc, timeout, STRING_RESPONSE_IS_ERROR)
return
}