From 8f99a69add4d34d0fc3f48cac39d4fd62827e452 Mon Sep 17 00:00:00 2001 From: Thibaud Fabre Date: Wed, 28 Sep 2016 21:46:23 +0200 Subject: [PATCH] Fix spaces in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52a2f92d70..811621668d 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ clean_assets: rm -rf ./node_modules rm -rf ./www/assets rm -rf ./www/bower_components - touch ./node_modules/.gitkeep + touch ./node_modules/.gitkeep config: @php bin/console compile:configuration