Skip to content
This repository was archived by the owner on Oct 18, 2022. It is now read-only.

Commit c18f442

Browse files
committed
Merge pull request voxpupuli#158 from robusto/master
Bugfix: "$url" variable misname in pip.pp for VCS source assignment
2 parents 853b084 + a1e414f commit c18f442

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/pip.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
$source = $url ? {
137137
false => $pkgname,
138138
/^(\/|[a-zA-Z]\:)/ => $url,
139-
/^(git\+|hg\+|bzr\+|svn\+)(http|https|ssh|svn|sftp|ftp|lp)(:\/\/).+$/ => url,
139+
/^(git\+|hg\+|bzr\+|svn\+)(http|https|ssh|svn|sftp|ftp|lp)(:\/\/).+$/ => $url,
140140
default => "${url}#egg=${egg_name}",
141141
}
142142

0 commit comments

Comments
 (0)