Skip to content

Commit

Permalink
Copy gf patterns instead of moving
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrenaud committed Jan 15, 2025
1 parent ccea240 commit 3d61386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ function install_tools() {
if [[ $repo == "gf" ]]; then
cp -r examples ${HOME}/.gf &>/dev/null
elif [[ $repo == "Gf-Patterns" ]]; then
mv ./*.json ${HOME}/.gf &>/dev/null
cp ./*.json ${HOME}/.gf &>/dev/null
fi

# Return to the main directory
Expand Down

0 comments on commit 3d61386

Please sign in to comment.