diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/deploy.sh | 2 |
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 |