From c6e36108b31efeb88cb9a5c360e0412f933f1874 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 8 Aug 2013 17:01:41 -0700 Subject: [PATCH] README: move CreateTime to timestmap --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b157cab1..90430929a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ own. "source_ami": "ami-de0d9eb7", "instance_type": "t1.micro", "ssh_username": "ubuntu", - "ami_name": "packer-example {{.CreateTime}}" + "ami_name": "packer-example {{timestamp}}" }] } ```