Skip to content

Commit dff2932

Browse files
committed
Fixed folder location strings for PROMPTS_DIR and IMAGES_DIR #55.
1 parent 570594c commit dff2932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ SKIP_DEPS=false
88

99
# Set the local directory
1010
LOCAL_DIR="$HOME/$(basename $GIT_REPO)"
11-
PROMPTS_DIR="${LOCAL_DIR}/prompts/"
12-
IMAGES_DIR="${LOCAL_DIR}/images/"
11+
PROMPTS_DIR="${LOCAL_DIR}/prompts"
12+
IMAGES_DIR="${LOCAL_DIR}/images"
1313

1414
# File paths
1515
SERVICE_DIR=/etc/systemd/system

0 commit comments

Comments
 (0)