Skip to content

Commit dbca908

Browse files
author
ashley Penney
committed
WHY, WHY WOULD UPGRADING BE THE DEFAULT.
1 parent 3b40200 commit dbca908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/requirements.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
}
6161

6262
exec { "python_requirements_update_${name}":
63-
command => "${pip_env} install ${proxy_flag} -Ur ${requirements}",
63+
command => "${pip_env} install ${proxy_flag} -r ${requirements}",
6464
cwd => $req_dir,
6565
refreshonly => true,
6666
timeout => 3600,

0 commit comments

Comments
 (0)