Skip to content

Commit

Permalink
fix workspace switch (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalmalani authored Jan 17, 2024
1 parent 6a87f1a commit 287c2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/deployment/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ var CoreGetDeployment = func(ws, org, deploymentId string, coreClient astrocore.
if err != nil {
return astrocore.Deployment{}, err
}
org = c.OrganizationShortName
org = c.Organization
}

depIds := []string{deploymentId}
Expand Down

0 comments on commit 287c2e3

Please sign in to comment.