Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Nov 8, 2023
1 parent 250a2a9 commit d163291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemstone/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ gemstone::prepare_stone() {
else
todeHome=$STONES_HOME/$STONES_REGISTRY_NAME/tode_home
if [ ! -d "$todeHome" ]; then
mkdir "$todeHome
mkdir "$todeHome"
fi
registerTodeSharedDir.solo -r $STONES_REGISTRY_NAME --todeHome=todeHome --populate
createStone.solo --registry=$STONES_REGISTRY_NAME --template=default_tode \
Expand Down

0 comments on commit d163291

Please sign in to comment.