From cd20aecab3f6d591486832b9aafe53abda384e33 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Tue, 30 May 2023 14:51:07 -0700 Subject: [PATCH] Issue #4: createProjectSet.solo and cloneProjectsFromProjectSet.solo are looking good --- bin/createProjectSet.solo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/createProjectSet.solo b/bin/createProjectSet.solo index a8f60a50..ce86389d 100755 --- a/bin/createProjectSet.solo +++ b/bin/createProjectSet.solo @@ -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' ]