Skip to content

Commit

Permalink
Fixed folder location strings for PROMPTS_DIR and IMAGES_DIR #55.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jez committed Feb 3, 2024
1 parent 570594c commit dff2932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ SKIP_DEPS=false

# Set the local directory
LOCAL_DIR="$HOME/$(basename $GIT_REPO)"
PROMPTS_DIR="${LOCAL_DIR}/prompts/"
IMAGES_DIR="${LOCAL_DIR}/images/"
PROMPTS_DIR="${LOCAL_DIR}/prompts"
IMAGES_DIR="${LOCAL_DIR}/images"

# File paths
SERVICE_DIR=/etc/systemd/system
Expand Down

0 comments on commit dff2932

Please sign in to comment.