mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 01:06:27 +00:00
src: De-lint push_aws.go
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
9f9252c3f3
commit
e340827c5c
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user