From 5332b45214942786ebdb72ded20c23491e828bf8 Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Mon, 8 May 2017 17:03:01 +0200 Subject: fixed datetime error --- vagrant.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ] } -- cgit v1.2.3