src: De-lint push_aws.go

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2019-03-03 15:08:05 +00:00
parent 9f9252c3f3
commit e340827c5c

View File

@ -144,7 +144,7 @@ func pushAWS(args []string) {
if snapshotID == nil {
log.Fatalf("SnapshotID unavailable after import completed")
} else {
log.Debugf("SnapshotID: %s", snapshotID)
log.Debugf("SnapshotID: %s", *snapshotID)
}
regParams := &ec2.RegisterImageInput{