Skip to content

Commit

Permalink
rrmmod: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yousong committed Jan 6, 2025
1 parent 902153b commit 34700ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/_usr.env/bin/rrmmod
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ case "$1" in
esac

for mod in "$@"; do
rmmmod "$mod"
rrmmod "$mod"
done

0 comments on commit 34700ff

Please sign in to comment.