From 85447d58de417cb60d1781f593acbbff04ea7fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chip=20Wolf=20=E2=80=AE?= Date: Tue, 9 May 2017 14:50:57 +0100 Subject: [PATCH] Replaced tab with spaces --- packer/scripts/ubuntu/nodejs_app/compile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]