Skip to content

Commit

Permalink
fix: delete downloaded Flutter cache before completing install
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartel committed Jan 17, 2024
1 parent 673e28e commit d8b51eb
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 d8b51eb

Please sign in to comment.