Skip to content

Commit 4b3d72e

Browse files
Fix typo
Co-authored-by: Filip Troníček <[email protected]>
1 parent 5223dbd commit 4b3d72e

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
@@ -230,7 +230,7 @@ func setEnvs(ctx context.Context, setEnvScope envScope, args []string) error {
230230
if ferr, ok := err.(*jsonrpc2.Error); ok && ferr.Code == http.StatusForbidden && setEnvScope == envScopeUser {
231231
return fmt.Errorf(""+
232232
"Can't automatically create Env Var `%s` for security reasons.\n"+
233-
"Please create the var manullay under %s/user/variables using Name=%s, Scope=*/*, Value=foobar", v.Name, result.gitpodHost, v.Name)
233+
"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
236236
}

0 commit comments

Comments
 (0)