Skip to content

Commit

Permalink
Add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmcnew committed Oct 25, 2021
1 parent 88f0e10 commit e69cb09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/completion/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ func signImage() error {
return err
}
}
return nil
}

func mapKeyValueArgs(args flaghelpers.CredentialsFlags) (map[string]interface{}, error) {
Expand Down

0 comments on commit e69cb09

Please sign in to comment.