Skip to content

Commit

Permalink
Merge pull request #73 from pavel-krivanek/tonelProtocol
Browse files Browse the repository at this point in the history
switch to tonel protocol (from gitlocal)
  • Loading branch information
tesonep committed Apr 9, 2020
2 parents 04265b8 + 5fa6a6d commit 9217edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installVMMaker.st
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
path := CommandLineArguments default commandLineArguments last.
Metacello new
baseline: 'VMMaker';
repository: 'gitlocal://' , path , '/smalltalksrc';
repository: 'tonel://' , path , '/smalltalksrc';
load

0 comments on commit 9217edd

Please sign in to comment.