mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-24 08:51:40 -04:00
Fix syntax error
This commit is contained in:
@@ -154,6 +154,6 @@ will echo the script statements as it is executing.
|
||||
Your first provisoner can tell the machine to wait until it completely boots.
|
||||
|
||||
{
|
||||
"type": "script"
|
||||
"type": "script",
|
||||
"inline": [ "sleep 10" ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user