We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d26185 commit 1023888Copy full SHA for 1023888
src/commands/project/delete.ts
@@ -145,8 +145,7 @@ export const deleteCommand = buildCommand({
145
throw new CliError(
146
`Permission denied: You don't have permission to delete '${orgSlug}/${project.slug}'.\n\n` +
147
"Project deletion requires the 'project:admin' scope.\n" +
148
- ` - Check your role: sentry org view ${orgSlug}\n` +
149
- " - Re-authenticate: sentry auth login"
+ " Re-authenticate: sentry auth login"
150
);
151
}
152
throw error;
0 commit comments