From 7e13e40b74539f573d82289ad07d99e9d70c09bb Mon Sep 17 00:00:00 2001 From: Mayccoll Date: Fri, 4 Dec 2020 12:49:22 -0500 Subject: [PATCH] #255 fix typo --- themes/geohot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/geohot.sh b/themes/geohot.sh index d929b14..9ea044f 100755 --- a/themes/geohot.sh +++ b/themes/geohot.sh @@ -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