Skip to content

Commit

Permalink
Issue #4: createProjectSet.solo and cloneProjectsFromProjectSet.solo …
Browse files Browse the repository at this point in the history
…are looking good
  • Loading branch information
dalehenrich committed May 30, 2023
1 parent 88b067d commit cd20aec
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 @@ -99,7 +99,7 @@ doit
stonesRegistry projectSets at: name put: projectSet registryPath.
stonesRegistry export ].
self from
ifNil: [ stonSpecDictionaryFilePath := self scriptPath ].
ifNil: [ stonSpecDictionaryFilePath := (self scriptPath asFileReference parent / 'gsdevkitProjectSpecs.ston') pathString]
ifNotNil: [:fromPath | stonSpecDictionaryFilePath := fromPath ].
type := self https
ifTrue: [ 'https' ]
Expand Down

0 comments on commit cd20aec

Please sign in to comment.