Skip to content

Commit

Permalink
tweak output for cloneOrUpdateProject.solo
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Feb 26, 2024
1 parent 9ef9b6e commit 4bae284
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cloneOrUpdateProject: projectDirName remoteName: remoteName in: gitRootPath pull
cr;
nextPutAll: 'Directory ', gitProjectRef basename printString;
cr;
nextPutAll: 'Project ' , projectName printString;
nextPutAll: 'Project ' , projectName printString;
cr;
nextPutAll: '====================';
cr;
Expand Down

0 comments on commit 4bae284

Please sign in to comment.