Corrected config.

This commit is contained in:
Offray Luna 2017-10-20 16:25:52 +00:00
parent 5be1508284
commit 93b66760e8

View File

@ -138,12 +138,12 @@ ConfigurationOfBrea >> baseline1: spec [
spec spec
className: #ConfigurationOfMustache; className: #ConfigurationOfMustache;
versionString: #'stable'; versionString: #'stable';
repository: 'http://smalltalkhub.com/mc/NorbertHartl/Mustache/main' ]]; repository: 'http://smalltalkhub.com/mc/NorbertHartl/Mustache/main' ];
project: 'Fossil' with: [ project: 'Fossil' with: [
spec spec
className: #ConfigurationOfFossil; className: #ConfigurationOfFossil;
versionString: #'stable'; versionString: #'stable';
repository: 'http://smalltalkhub.com/mc/Offray/Fossil/main' ] repository: 'http://smalltalkhub.com/mc/Offray/Fossil/main' ]]
] ]
{ #category : #accessing } { #category : #accessing }