Skip to content

Commit

Permalink
[MetaC]: Git URL Hosts Should Be Lowercase
Browse files Browse the repository at this point in the history
This is how Zinc works [1].
The spec says that hostnames are case insensitive.

1. svenvc/zinc#64
  • Loading branch information
seandenigris committed Jul 19, 2021
1 parent a6ebd95 commit c201998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaselineOfSmallWorld/BaselineOfSmallWorld.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BaselineOfSmallWorld >> baseline: spec [
baseline: 'ExternalWebBrowser' with: [
spec repository: 'github://seandenigris/Pharo-Web-Browser' ];
baseline: 'GitLabCI' with: [
spec repository: 'gitlab://SeanDeNigris/gitlab-smalltalk-ci:master/src' ];
spec repository: 'gitlab://seandenigris/gitlab-smalltalk-ci:master/src' ];
baseline: 'Magritte' with: [
spec repository: 'github://seandenigris/Magritte' ];
baseline: 'Mocketry' with: [
Expand Down

0 comments on commit c201998

Please sign in to comment.