summaryrefslogtreecommitdiff
path: root/vagrant.json
diff options
context:
space:
mode:
authorChristian Rebischke <Chris.Rebischke@posteo.de>2017-05-08 17:03:01 +0200
committerChristian Rebischke <Chris.Rebischke@posteo.de>2017-05-08 17:03:01 +0200
commit5332b45214942786ebdb72ded20c23491e828bf8 (patch)
tree1f613df99e36da6720c78def5496041753ffa826 /vagrant.json
parentdb6d7144c7659ee919f72703e84d65c64decbb48 (diff)
downloadarch-boxes32-5332b45214942786ebdb72ded20c23491e828bf8.tar.xz
fixed datetime error
Diffstat (limited to 'vagrant.json')
-rw-r--r--vagrant.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant.json b/vagrant.json
index b5193e6..bb87cd5 100644
--- a/vagrant.json
+++ b/vagrant.json
@@ -94,7 +94,7 @@
"post-processors": [
{
"type": "vagrant",
- "output": "Arch-Linux-x86_64-{{ .Provider }}-{{isotime \"1970-01-01\"}}.box"
+ "output": "Arch-Linux-x86_64-{{ .Provider }}-{{isotime \"2006-01-02\"}}.box"
}
]
}