We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2797e76 commit dbbfe4bCopy full SHA for dbbfe4b
cmd/set-env-vars.go
@@ -71,7 +71,7 @@ func (l *SetEnvVarCmd) getWorkspaceId(client Client) (workspaceId int, err error
71
}
72
for _, w := range allWorkspaces {
73
if int(w.id) == *l.Opts.WorkspaceId
74
- workspaceId := w.id
+ workspaceId = int(w.id)
75
return
76
77
0 commit comments