Skip to content

Commit

Permalink
feat(debug-pod): Improve command line
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Jan 21, 2025
1 parent f897625 commit 2cc5a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cluster_debug_pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var clusterDebugPodCmd = &cobra.Command{
}

client := utils.GetQoveryClient(tokenType, token)
if organizationId != "" {
if organizationId == "" {
organizationId, err = usercontext.GetOrganizationContextResourceId(client, organizationName)
if err != nil {
utils.PrintlnError(err)
Expand Down

0 comments on commit 2cc5a59

Please sign in to comment.