Skip to content

Commit bf419e3

Browse files
CR-11030-5 (#362)
* bump * cli refactor for app-proxy mutation * legacy gs funcs * installation flow opt * logs should be in app proxy * gsCreateOpts for go sdk * tested successfully for gsCreate new flow * refactor gsEdit * include exclude opts gs edit * bump * bump and codegen * added fallback * bump sdk * bump app-proxy * bump sdk * codegen * description flag * codegen
1 parent 0d7d798 commit bf419e3

File tree

11 files changed

+234
-66
lines changed

11 files changed

+234
-66
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.0.324
1+
VERSION=v0.0.325
22

33
OUT_DIR=dist
44
YEAR?=$(shell date +"%Y")

cmd/commands/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ func ensureRuntimeName(ctx context.Context, args []string) (string, error) {
177177
}
178178

179179
if runtimeName == "" {
180-
return "", fmt.Errorf("Must supply value for \"Runtime name\"")
180+
return "", fmt.Errorf("must supply value for \"Runtime name\"")
181181
}
182182

183183
return runtimeName, nil

0 commit comments

Comments
 (0)