Skip to content

Commit

Permalink
fix: update to new function
Browse files Browse the repository at this point in the history
  • Loading branch information
monotykamary committed Nov 15, 2024
1 parent e99dfbd commit 5556b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ func (cmd *CommandCmd) Run(
defer sshClient.Close()

// run command
return ssh.Run(ctx, sshClient, command, os.Stdin, os.Stdout, os.Stderr)
return ssh.Run(ctx, sshClient, command, os.Stdin, os.Stdout, os.Stderr, nil)
}

0 comments on commit 5556b07

Please sign in to comment.