mirror of
https://github.com/hashicorp/packer.git
synced 2026-07-15 12:01:25 -04:00
correcting wrong log message
This commit is contained in:
parent
06525dd885
commit
a297d73b98
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ func (s *StepSnapshotDataDisks) createDataDiskSnapshot(ctx context.Context, reso
|
|||
return err
|
||||
}
|
||||
|
||||
s.say(fmt.Sprintf(" -> Managed Image OS Disk Snapshot : '%s'", *(createdSnapshot.ID)))
|
||||
s.say(fmt.Sprintf(" -> Managed Image Data Disk Snapshot : '%s'", *(createdSnapshot.ID)))
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue