Skip to content

Commit 80eba90

Browse files
authored
fix: Update issue template link in panic message (#3009)
1 parent 8505a31 commit 80eba90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/system.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ pub fn load_dotenv() -> Result<()> {
143143
/// environment variable is set.
144144
fn panic_hook(info: &PanicHookInfo) {
145145
const PANIC_MESSAGE: &str = "Uh-oh! 😬 Sentry CLI has just crashed due to an internal error. \
146-
Please open a bug report issue at https://github.com/getsentry/sentry-cli/issues/new?template=BUG_REPORT.yml. 🐞";
146+
Please open a bug report issue at https://github.com/getsentry/sentry-cli/issues/new?template=02-bug.yml. 🐞";
147147

148148
eprintln!(
149149
"{}\n\n{PANIC_MESSAGE}\n\n{}",

0 commit comments

Comments
 (0)