Skip to content

Commit

Permalink
In the Makefile, indents need to be tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Apr 5, 2018
1 parent 90bfe7d commit b5365a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ all:
$(PACKER) $(PACKER_BUILD) -var-file=drupalbox/ubuntu.json drupalbox/drupalbox.json

virtualbox:
$(PACKER) $(PACKER_BUILD) -only=virtualbox-iso -var-file=drupalbox/ubuntu.json drupalbox/drupalbox.json
$(PACKER) $(PACKER_BUILD) -only=virtualbox-iso -var-file=drupalbox/ubuntu.json drupalbox/drupalbox.json

vmware:
$(PACKER) $(PACKER_BUILD) -only=vmware-iso -var-file=drupalbox/ubuntu.json drupalbox/drupalbox.json
$(PACKER) $(PACKER_BUILD) -only=vmware-iso -var-file=drupalbox/ubuntu.json drupalbox/drupalbox.json

0 comments on commit b5365a6

Please sign in to comment.