summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index ef985fc..9b4d708 100755
--- a/bootstrap
+++ b/bootstrap
@@ -7,7 +7,8 @@ conf_location="/usr/local/share/puppet-tozt"
conf_repo="git://github.com/doy/puppet-tozt"
remote() {
- ssh root@$host "$@"
+ # shellcheck disable=SC2029
+ ssh root@"$host" "$@"
}
ensure_conf_exists() {