Skip to content

Commit

Permalink
Merge pull request #16 from valian-ca/fix/delete-flutter-cache-after-…
Browse files Browse the repository at this point in the history
…install

fix: delete downloaded Flutter cache before completing install
  • Loading branch information
johnmartel authored Jan 17, 2024
2 parents 673e28e + d8b51eb commit 5380421
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ install_version() {

# avoid file permission override when asdf core deletes the download folder
rm -rf "$ASDF_DOWNLOAD_PATH"/.git
rm -rf "$ASDF_DOWNLOAD_PATH"/bin/cache/flutter

test -x "$install_path/bin/$tool_cmd" || fail "Expected $install_path/bin/$tool_cmd to be executable."

Expand Down

0 comments on commit 5380421

Please sign in to comment.