Skip to content

Commit

Permalink
fix: Bad styles
Browse files Browse the repository at this point in the history
  • Loading branch information
pheiduck authored Dec 29, 2024
1 parent ec8a96d commit 845104d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ fi
dir_children "${HOMEBREW_REPOSITORY}" "${HOMEBREW_PREFIX}" |
sort -u >"${tmpdir}/residual_files"

grep -v "MacGPG2" "${tmpdir}/residual_files" > "${tmpdir}/filtered_residual_files"
grep -v "MacGPG2" "${tmpdir}/residual_files" >"${tmpdir}/filtered_residual_files"

if [[ -s "${tmpdir}/residual_files" && -z "${opt_quiet}" ]]
then
Expand Down

0 comments on commit 845104d

Please sign in to comment.