Skip to content

Commit 0f21f95

Browse files
committed
another typo
1 parent 4b3d72e commit 0f21f95

File tree

1 file changed

+1
-1
lines changed
  • components/gitpod-cli/cmd

1 file changed

+1
-1
lines changed

components/gitpod-cli/cmd/env.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ func setEnvs(ctx context.Context, setEnvScope envScope, args []string) error {
229229
if err != nil {
230230
if ferr, ok := err.(*jsonrpc2.Error); ok && ferr.Code == http.StatusForbidden && setEnvScope == envScopeUser {
231231
return fmt.Errorf(""+
232-
"Can't automatically create Env Var `%s` for security reasons.\n"+
232+
"Can't automatically create env var `%s` for security reasons.\n"+
233233
"Please create the var manually under %s/user/variables using Name=%s, Scope=*/*, Value=foobar", v.Name, result.gitpodHost, v.Name)
234234
}
235235
return err

0 commit comments

Comments
 (0)