mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +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 {
|
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{
|
||||||
|
Loading…
Reference in New Issue
Block a user