mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-07 18:01:50 +00:00
src: De-lint push_aws.go
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
@@ -144,7 +144,7 @@ func pushAWS(args []string) {
|
|||||||
if snapshotID == nil {
|
if snapshotID == nil {
|
||||||
log.Fatalf("SnapshotID unavailable after import completed")
|
log.Fatalf("SnapshotID unavailable after import completed")
|
||||||
} else {
|
} else {
|
||||||
log.Debugf("SnapshotID: %s", snapshotID)
|
log.Debugf("SnapshotID: %s", *snapshotID)
|
||||||
}
|
}
|
||||||
|
|
||||||
regParams := &ec2.RegisterImageInput{
|
regParams := &ec2.RegisterImageInput{
|
||||||
|
Reference in New Issue
Block a user