Skip to content

Commit

Permalink
fixed missing hyphen
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Rebischke <[email protected]>
  • Loading branch information
Christian Rebischke committed Sep 10, 2019
1 parent 13f768c commit 704a42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"%Y.%m") + '.01-x86_64.iso'
ISO_CHECKSUM_PATH = '/srv/ftp/iso/latest/sha1sums.txt'
PACKER_CMD_TEMPLATE = [
"/usr/bin/packer", "build", "parallel=false", "-var", "'headless=true'",
"/usr/bin/packer", "build", "-parallel=false", "-var", "'headless=true'",
"-var", "'write_zeroes=yes'", "-except=vmware-iso", "vagrant.json"
]

Expand Down

0 comments on commit 704a42f

Please sign in to comment.