From 287879997d2afebe9164f220aa30236c6f0a2a51 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Tue, 14 Jan 2025 15:44:00 +0100 Subject: [PATCH] .env shellscript typofix --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 9b6e5c7..aa8ab36 100644 --- a/.env +++ b/.env @@ -16,7 +16,7 @@ which nix && test -z "$NIX_SHELL_XRF" && { echo '[i] installing nix-shell' && nix-shell } -test "$GITEA_ROOT_URL" "https://forgejo.isvery.ninja" && { +test "$GITEA_ROOT_URL" = "https://forgejo.isvery.ninja" && { # on the website xrfragment.org copy examples to root-dir # (so https://xrfragment.org/index.glb can be requested remotely) # because that really emphasizes a nice WebXR experience-at-website-root paradigm