From 4eecfcb825c548d040b6f082de2cb2d2f9b8d76d Mon Sep 17 00:00:00 2001 From: Jose-Luis Rivas Date: Mon, 20 Oct 2014 10:34:34 -0500 Subject: [PATCH] Fixing tabs issue Sorry --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5933ada5c..e29bde09a 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ aufs: lsmod | grep aufs || modprobe aufs || apt-get install -qq -y linux-image-extra-`uname -r` > /dev/null stack: -@echo "Start building buildstep" + @echo "Start building buildstep" ifdef BUILD_STACK @docker images | grep progrium/buildstep || (git clone ${STACK_URL} /tmp/buildstep && docker build -t progrium/buildstep /tmp/buildstep && rm -rf /tmp/buildstep) else