Skip to content

Commit 0154887

Browse files
author
DerZersaeger
committed
Fix errors
1 parent 03af162 commit 0154887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cli/cmd/util/postrun.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func PostRunWithCurrentVersion(
1515
push bool,
1616
) {
1717
g, err := GetGitClient()
18-
ExitOnError(err, "GetGitClient")
18+
ExitOnError(err)
1919

2020
version, _ := ProcessVersion("current", versionFile, versionFileType)
2121

0 commit comments

Comments
 (0)