Merge pull request #437 from spheromak/keep_etc

builder/amazon/instance: exclude everything in /tmp, but keep /tmp itself
pull/411/merge
Mitchell Hashimoto 13 years ago
commit dde88c5ce8

@ -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"

Loading…
Cancel
Save