mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Use month not minute for ami name
This commit is contained in:
parent
3a95740e6c
commit
8bcc0ca2ad
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
"tarball": true
|
||||
},
|
||||
"image": {
|
||||
"name" : "debian-{release}-{architecture}-{virtualization}-{%y}{%M}{%d}",
|
||||
"name" : "debian-{release}-{architecture}-{virtualization}-{%y}{%m}{%d}",
|
||||
"description": "Debian {release} {architecture} AMI ({virtualization})"
|
||||
},
|
||||
"system": {
|
||||
|
|
Loading…
Add table
Reference in a new issue