aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index a30b8c6..ffe1087 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -2,7 +2,7 @@
cd $(dirname $0)
-if [ -z "$@" ]; then
+if [ -z "$1" ]; then
NIXHOSTLIST=$(ls node | grep -v '\.site\.')
else
NIXHOSTLIST="$@"