Skip to content

Commit

Permalink
fix: use appropriate data folder
Browse files Browse the repository at this point in the history
  • Loading branch information
decipher3114 committed Nov 11, 2024
1 parent 231e606 commit 4a75ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revancify
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd "$HOME" || exit 1

SRC="$HOME/Revancify"

DATA="$SRC/files"
DATA="$HOME/.revancify"
[ -e "$DATA" ] || mkdir -p "$DATA"

HELP="revancify
Expand Down

0 comments on commit 4a75ea4

Please sign in to comment.