Skip to content

Commit a9da679

Browse files
committed
fix help msg
1 parent 405afc9 commit a9da679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ func CurrentOrganization(r *RootCmd, inv *clibase.Invocation, client *codersdk.C
733733
return org.IsDefault
734734
})
735735
if index < 0 {
736-
return codersdk.Organization{}, xerrors.Errorf("unable to determine current organization. Use 'coder switch <org>' to select an organization to use")
736+
return codersdk.Organization{}, xerrors.Errorf("unable to determine current organization. Use 'coder organizations switch <org>' to select an organization to use")
737737
}
738738

739739
return orgs[index], nil

0 commit comments

Comments
 (0)