This commit is contained in:
Mayccoll 2020-12-04 12:49:22 -05:00 committed by GitHub
parent 3d45d65014
commit 7e13e40b74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export PROFILE_NAME="GeoHot"
#=======================================================#
# | APPLY COLOR |
#=======================================================#
SCRIPT_PATH"${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
SCRIPT_PATH="${SCRIPT_PATH:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
PARENT_PATH="$(dirname "${SCRIPT_PATH}")"
# Allow developer to change url to forked url for easier testing