We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd4543 commit e271d85Copy full SHA for e271d85
manifests/pip.pp
@@ -220,7 +220,7 @@
220
221
default: {
222
# Anti-action, uninstall.
223
- $command = "echo y | ${pip_env} uninstall ${uninstall_args} ${proxy_flag} ${name}"
+ $command = "echo y | ${pip_env} uninstall ${uninstall_args} ${proxy_flag} ${real_pkgname}"
224
$unless_command = "! ${pip_env} list | grep -i -e '${grep_regex}'"
225
}
226
0 commit comments