diff --git a/packer/scripts/ubuntu/nodejs_app/compile.json b/packer/scripts/ubuntu/nodejs_app/compile.json index e05506f..e696172 100644 --- a/packer/scripts/ubuntu/nodejs_app/compile.json +++ b/packer/scripts/ubuntu/nodejs_app/compile.json @@ -32,7 +32,7 @@ "inline": [ "herokuish buildpack install https://github.com/heroku/heroku-buildpack-nodejs", "herokuish buildpack build", - "cd /app", + "cd /app", "tar czvf /tmp/slug.tar.gz .", "sleep 10" ]