Skip to content

Commit

Permalink
Issue #4: tweak cloneProjectsFromProjectSet.solo
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed May 30, 2023
1 parent cd20aec commit bdc1d1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/cloneProjectsFromProjectSet.solo
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ doit
fromPath: projectSetPath
ifAbsent: [ self error: 'Cannot find project set ', projectSetPath printString ].
projectDir := self projectDirectory
ifNotNil: [:dir |
stonesRegistry projectDirectory: dir asFileReference pathString.
stonesRegistry export.
stonesRegistry projectDirectory ]
ifNil: [
stonesRegistry projectDirectory
ifNil: [ self error: '--projectDirectory option must be used if no registry project directory defined' ] ].
Expand Down

0 comments on commit bdc1d1f

Please sign in to comment.