Commit e4cb3e24 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #38 from kwilczynski/master

builder/amazonebs: Fix a typo.
parents 412be0d7 96e8d71b
......@@ -48,7 +48,7 @@ func (a *artifact) Destroy() error {
errors := make([]error, 0)
for _, imageId := range a.amis {
log.Printf("Degistering image ID: %s", imageId)
log.Printf("Deregistering image ID: %s", imageId)
if _, err := a.conn.DeregisterImage(imageId); err != nil {
errors = append(errors, err)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment