Skip to content

Commit

Permalink
fix typo in createProjectSet.solo
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Oct 10, 2023
1 parent fc4310c commit e3cbdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/createProjectSet.solo
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ doit
self empty
ifTrue: [
"create a new project set to replace the original"
self globalNamed: 'GDKProjectSet') newNamed: name inStonesRegistry: stonesRegistry ]
(self globalNamed: 'GDKProjectSet') newNamed: name inStonesRegistry: stonesRegistry ]
ifFalse: [
| dict |
self json
Expand Down

0 comments on commit e3cbdad

Please sign in to comment.