Showing with 2 additions and 2 deletions.
  1. +1 −1 Modulefile
  2. +1 −1 manifests/pip.pp
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'stankevich-python'
version '1.7.3'
version '1.7.4'

author 'Sergey Stankevich'
license 'Apache License, Version 2.0'
Expand Down
2 changes: 1 addition & 1 deletion manifests/pip.pp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
fail('python::pip cannot provide install_args with ensure => absent')
}

if $(ensure == present) and ($uninstall_args != '') {
if ($ensure == present) and ($uninstall_args != '') {
fail('python::pip cannot provide uninstall_args with ensure => present')
}

Expand Down