aboutsummaryrefslogtreecommitdiff
path: root/lib/subcommands/ssh.bash
diff options
context:
space:
mode:
Diffstat (limited to 'lib/subcommands/ssh.bash')
-rw-r--r--lib/subcommands/ssh.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/subcommands/ssh.bash b/lib/subcommands/ssh.bash
index 563aa73..6c9a6be 100644
--- a/lib/subcommands/ssh.bash
+++ b/lib/subcommands/ssh.bash
@@ -30,6 +30,7 @@ subcommand()
notice "$BASHTARD_NAME/ssh" "$user@$node ($host) > $*"
+ # shellcheck disable=SC2029
ssh "$user@$host" "$@"
unset user