Commit a22bf9e
committed
fix: remove misleading --team hint from org-not-found errors
buildOrgNotFoundError was appending '--team <team-slug>' to the usage
hint even though the error is about the org not being found. The user
needs to fix the org, not the team. Now uses the base usage hint as-is.1 parent 87e7e44 commit a22bf9e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
0 commit comments