summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 8d414ed..7899e11 100644
--- a/Makefile
+++ b/Makefile
@@ -107,10 +107,10 @@ help:
$(BASETARGETS):
$(info ** Building template '$(@D)' using '$(BUILDER)' **)
$(PACKER) build -only=$(BUILDER) \
- $(PACKER_OPTS) \
- -var='vm_name=rootfs-image' \
- -var='output_directory=$(@D)/base' \
- $(@D).json
+ $(PACKER_OPTS) \
+ -var='vm_name=rootfs-image' \
+ -var='output_directory=$(@D)/base' \
+ $(@D).json
@echo "$(ROOTPW)" | $(HASHER) > $(@D)/base/rootpw.$(HASHER)