Skip to content

Commit

Permalink
[panthalassa] fixed nil mistake in utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Lenz committed Jun 6, 2018
1 parent deb0083 commit 6257955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func SignProfileStandAlone(name, location, image, keyManagerStore, password stri
p, err := profile.SignWithKeyManagerStore(name, location, image, keyManagerStore, password)

if err != nil {
return "", nil
return "", err
}

_, err = p.SignaturesValid()
Expand Down

0 comments on commit 6257955

Please sign in to comment.