diff options
author | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-05-08 17:03:01 +0200 |
---|---|---|
committer | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-05-08 17:03:01 +0200 |
commit | 5332b45214942786ebdb72ded20c23491e828bf8 (patch) | |
tree | 1f613df99e36da6720c78def5496041753ffa826 | |
parent | db6d7144c7659ee919f72703e84d65c64decbb48 (diff) | |
download | arch-boxes32-5332b45214942786ebdb72ded20c23491e828bf8.tar.xz |
fixed datetime error
-rw-r--r-- | vagrant.json | 2 |
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" } ] } |