aboutsummaryrefslogtreecommitdiffstats
path: root/tools/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/deploy.sh')
-rwxr-xr-xtools/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/deploy.sh b/tools/deploy.sh
index e5a96e5..e9af9fd 100755
--- a/tools/deploy.sh
+++ b/tools/deploy.sh
@@ -13,7 +13,7 @@ DEPLOY="$ENYO/tools/deploy.js"
if command -v node >/dev/null 2>&1; then
# use node to invoke deploy with imported parameters
echo "enyo/tools/minify.sh args: " $@
- node $DEPLOY $@
+ node "$DEPLOY" $@
else
echo "No node found in path"
exit 1