Skip to content

Commit 2d70b00

Browse files
author
Yolanda Robla
committed
Fix typo in virtualenv
Ending ; was causing tests to not pass, amending that.
1 parent 265bb7e commit 2d70b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/virtualenv.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
}
106106
}
107107
else {
108-
$used_virtualenv = $virtualenv;
108+
$used_virtualenv = $virtualenv
109109
}
110110

111111
$proxy_flag = $proxy ? {

0 commit comments

Comments
 (0)