Skip to content

Commit

Permalink
fix GIT_REPO default
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bates <alex@bates64.com>
  • Loading branch information
bates64 authored Jan 17, 2025
1 parent a079c8c commit 14dc7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/setup-dx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14dc7f0

Please sign in to comment.