From ce4f27fa278c36729cddbeb9a369c50c01f35e5d Mon Sep 17 00:00:00 2001 From: Corwin Date: Tue, 23 Apr 2024 22:20:15 +0100 Subject: [PATCH] quote the variable Co-authored-by: Gwilym Inzani --- website/agb/src/app/crash/gameDeveloperSummary.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/agb/src/app/crash/gameDeveloperSummary.tsx b/website/agb/src/app/crash/gameDeveloperSummary.tsx index c469853a..0319af14 100644 --- a/website/agb/src/app/crash/gameDeveloperSummary.tsx +++ b/website/agb/src/app/crash/gameDeveloperSummary.tsx @@ -12,7 +12,7 @@ export function GameDeveloperSummary() {
  • Compile with{" "} - AGBRS_BACKTRACE_WEBSITE=your-website.test/crash# cargo build + AGBRS_BACKTRACE_WEBSITE="your-website.test/crash#" cargo build .