Skip to content

Commit

Permalink
fix task 1) in #1128 - check if Metacello accept /home/gemstone/GsDev…
Browse files Browse the repository at this point in the history
…Kit_home
  • Loading branch information
brunobuzzi committed Apr 9, 2020
1 parent 3c1d25b commit 0a67169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ exec
GsDeployer deploy: [
Metacello new
baseline: 'HighchartsSt';
filetreeDirectory: ('/home/',(System performOnServer: 'whoami') trimBlanks,'/GsDevKit_home/shared/repos/HighchartsSt/repository');
filetreeDirectory: ('$GS_HOME/shared/repos/HighchartsSt/repository');
onLock: [:ex | ex honor];
onConflictUseLoaded;
load.
Expand Down

0 comments on commit 0a67169

Please sign in to comment.