Merge pull request #437 from spheromak/keep_etc

builder/amazon/instance: exclude everything in /tmp, but keep /tmp itself
This commit is contained in:
Mitchell Hashimoto 2013-09-18 13:49:08 -07:00
commit 7dfb8f1fa9
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ func (b *Builder) Prepare(raws ...interface{}) error {
"-u {{.AccountId}} " +
"-c {{.CertPath}} " +
"-r {{.Architecture}} " +
"-e {{.PrivatePath}} " +
"-e {{.PrivatePath}}/* " +
"-d {{.Destination}} " +
"-p {{.Prefix}} " +
"--batch"