summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Rebischke <Chris.Rebischke@posteo.de>2017-05-06 03:50:12 +0200
committerChristian Rebischke <Chris.Rebischke@posteo.de>2017-05-06 03:50:12 +0200
commite1dcaf5e4be6852eccab1268364f644adf6ada54 (patch)
tree60ef7db1b0f27179246127dd16a52a82a3ef765f
parentd66e395b767783511c9601ae37916782102f5131 (diff)
downloadarch-boxes32-e1dcaf5e4be6852eccab1268364f644adf6ada54.tar.xz
fixed isotime
-rw-r--r--vagrant.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant.json b/vagrant.json
index 51e88be..fd7e171 100644
--- a/vagrant.json
+++ b/vagrant.json
@@ -53,7 +53,7 @@
"post-processors": [
{
"type": "vagrant",
- "output": "Arch-Linux-x86_64-{{ .Provider }}-{{isotime '1970-01-01'}}.box"
+ "output": "Arch-Linux-x86_64-{{ .Provider }}-{{isotime \"1970-01-01\"}}.box"
}
]
}