summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorJarl Stefansson <jarl@sdelements.com>2014-01-02 16:01:36 -0500
committerJarl Stefansson <jarl@sdelements.com>2014-01-02 16:01:36 -0500
commit44acbef424819e226bec875aabf3db44a06b7015 (patch)
tree70852a2289265dc72cda249291b027e47555d001 /manifests
parent10633ecbde7bd269e0e02d1ae5ba5313bc00c24b (diff)
Fix simple typo
Diffstat (limited to 'manifests')
-rw-r--r--manifests/pip.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/pip.pp b/manifests/pip.pp
index 5849ca9..5e287f7 100644
--- a/manifests/pip.pp
+++ b/manifests/pip.pp
@@ -106,7 +106,7 @@ define python::pip (
latest: {
exec { "pip_install_${name}":
- command => "$pip_env wheel --help && pip wheel --version || wheel_support_flag='--no-use-wheel'; $pip_env x--log ${cwd}/pip.log install --upgrade \$wheel_support_flag ${proxy_flag} ${source}",
+ command => "$pip_env wheel --help && pip wheel --version || wheel_support_flag='--no-use-wheel'; $pip_env --log ${cwd}/pip.log install --upgrade \$wheel_support_flag ${proxy_flag} ${source}",
user => $owner,
environment => $environment,
path => ["/usr/local/bin","/usr/bin","/bin", "/usr/sbin"],