pentoo-updater: fix typo

This commit is contained in:
Rick Farina (Zero_Chaos) 2020-09-24 14:36:25 -04:00
parent e4196d36a3
commit 08697c086a
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -449,7 +449,7 @@ main_checks() {
printf "Removing conflicting bundler\n"
emerge -C "<dev-ruby/bundler-1.17.3-r1"
fi
removeme9=$(portageq match / '<=dev-ruby/did_you_mean-1.3.1')
removeme9=$(portageq match / '<dev-ruby/did_you_mean-1.3.1')
if [ -n "${removeme9}" ]; then
printf "Removing old did_you_mean\n"
emerge -C "<dev-ruby/did_you_mean-1.3.1"