We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03af162 commit 0154887Copy full SHA for 0154887
pkg/cli/cmd/util/postrun.go
@@ -15,7 +15,7 @@ func PostRunWithCurrentVersion(
15
push bool,
16
) {
17
g, err := GetGitClient()
18
- ExitOnError(err, "GetGitClient")
+ ExitOnError(err)
19
20
version, _ := ProcessVersion("current", versionFile, versionFileType)
21
0 commit comments