mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-11 09:43:40 +02:00
pentoo-updater: fix typo
This commit is contained in:
parent
e4196d36a3
commit
08697c086a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue