Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 5bc76fd

Browse files
committed
Fix WARNING: variable not enclosed in {}
on line 107
1 parent 4c4c9ed commit 5bc76fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/requirements.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104

105105
exec { "python_requirements${name}":
106106
provider => shell,
107-
command => "${pip_env} --log ${rootdir}/pip.log install ${proxy_flag} ${src_flag} -r ${requirements} $extra_pip_args",
107+
command => "${pip_env} --log ${rootdir}/pip.log install ${proxy_flag} ${src_flag} -r ${requirements} ${extra_pip_args}",
108108
refreshonly => !$forceupdate,
109109
timeout => 1800,
110110
cwd => $cwd,

0 commit comments

Comments
 (0)