Skip to content

Commit

Permalink
rm redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc authored Feb 16, 2024
1 parent 8161668 commit c3dce61
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ clone_update_repository() {
mkdir -p "$folder_path"
fi

# Fix parent directory permissions
fix_parent_dir_permissions "$folder_path" || return 1

if [ -d "$folder_path/.git" ]; then
Expand Down

0 comments on commit c3dce61

Please sign in to comment.