Skip to content

Commit

Permalink
refactor: clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev authored Jan 6, 2024
1 parent 1b20191 commit 64765ab
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 @@ -22,7 +22,7 @@ if [ ! -d "$SKIA_DIR" ]; then
rm "Skia-Linux-Release-x64-libc++.zip"
fi

# clone aseprite recursively (include submodules)
# clone aseprite repository (include submodules) or update it if it exists
if [ -d "$ASEPRITE_DIR" ]; then
cd aseprite
if git rev-parse --git-dir > /dev/null 2>&1; then
Expand Down

0 comments on commit 64765ab

Please sign in to comment.