summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan Bauer2018-02-07 18:21:43 +0100
committerJonathan Bauer2018-02-07 18:21:43 +0100
commita2503aabae39cd89085b641ea7e8bb5a550b2cd0 (patch)
tree631d6cda8cbe2fbe0f3ad05c688cdbf0390672c4 /Makefile
parentMakefile: check_rootpw function & calls (diff)
downloadpacker-templates-a2503aabae39cd89085b641ea7e8bb5a550b2cd0.tar.gz
packer-templates-a2503aabae39cd89085b641ea7e8bb5a550b2cd0.tar.xz
packer-templates-a2503aabae39cd89085b641ea7e8bb5a550b2cd0.zip
Makefile: indentation...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad98963..1a91b0b 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ ifndef BUILDER
$(info # BUILDER not set, using default builder: $(DEFAULT_BUILDER))
$(info # Detected builders: $(AVAILABLE_BUILDERS))
$(info )
- BUILDER := $(DEFAULT_BUILDER)
+ BUILDER := $(DEFAULT_BUILDER)
endif
##