Skip to content

Commit

Permalink
Merge pull request #364 from Hockenberry/dev-0.4
Browse files Browse the repository at this point in the history
Rebased #363 to dev-0.4
  • Loading branch information
estebanlm authored May 27, 2017
2 parents 277a90e + 3ba3a4b commit a5ac806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Iceberg.package/IceHttpRemote.class/instance/parseUrl.st
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
private
parseUrl
| matcher |
matcher := '((http|https)\://)(([\w]+)@)*([\w.]+)(\:([\d]+))*(/[\w]+)*/([\w\-]+)/([\w\-]+(.git)?)' asRegex.
matcher := '((http|https)\://)(([\w]+)@)*([\w.]+)(\:([\d]+))*(/[\w]+)*/([\w\-]+)/([\w\-.]+(.git)?)' asRegex.
(matcher matches: url)
ifTrue: [
user := matcher subexpression: 5.
Expand Down

0 comments on commit a5ac806

Please sign in to comment.