.env shellscript typofix
This commit is contained in:
parent
e6eb94910b
commit
287879997d
2
.env
2
.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
|
||||
|
|
Loading…
Reference in New Issue