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 a452b34 commit 0008d03Copy full SHA for 0008d03
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "venona",
3
- "version": "1.3.3",
+ "version": "1.3.4",
4
5
"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
6
"main": "index.js",
venonactl/VERSION
@@ -1,2 +1,2 @@
-1.3.3
+1.3.4
venonactl/cmd/cmdutils.go
@@ -128,7 +128,7 @@ func isUsingDefaultStorageClass(sc string) bool {
128
129
func dieOnError(err error) {
130
if err != nil {
131
- fmt.Printf("Error: %s", err.Error())
+ fmt.Printf("Error: %s\n", err.Error())
132
os.Exit(1)
133
}
134
0 commit comments