From 14dc7f00870af9479828b0ca0ceed1377b67a23b Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Fri, 17 Jan 2025 00:39:41 +0000 Subject: [PATCH] fix GIT_REPO default Signed-off-by: Alex Bates --- manual/setup-dx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/setup-dx.sh b/manual/setup-dx.sh index c6ecb4f60..b9e4981c5 100755 --- a/manual/setup-dx.sh +++ b/manual/setup-dx.sh @@ -17,7 +17,7 @@ RED="\033[1;31m" GREEN='\033[1;32m' RESET='\033[0m' -GIT_REPO="${GIT_REPO:-'https://github.com/bates64/papermario-dx.git'}" +GIT_REPO="${GIT_REPO:-https://github.com/bates64/papermario-dx.git}" DX_DIR="${DX_DIR:-$HOME/papermario-dx}" DX_DIR="$(printf '%s\n' "$DX_DIR")" # Expand ~ in path