aboutsummaryrefslogtreecommitdiff
path: root/lib/subcommands/ssh.bash
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-03-06 11:04:33 +0100
committerPatrick Spek <p.spek@tyil.nl>2023-03-06 11:04:33 +0100
commite263f8606a9cbbe68595db68b4a56e34866a8d1d (patch)
tree1517a5a249d3a07881fea438f0c598ddb952d07d /lib/subcommands/ssh.bash
parentf4ece68ecf8cfc855e54f2d5935ed2a2b8b0c4af (diff)
Various fixes to make the latest shellcheck pass
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