Skip to content

Commit

Permalink
fix snapshot --extension setting
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Oct 29, 2023
1 parent 4bb1e5c commit a868ae5
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 @@ -164,7 +164,7 @@ gemstone::prepare_stone() {
if [ "$loadTode" = "true" ] ; then
pushd $STONE_DIRECTORY
loadTode.stone --projectDirectory=$STONES_PROJECTS_HOME $GEMSTONE_DEBUG
snapshot.stone --extension=.tode.dbf snapshots $GEMSTONE_DEBUG
snapshot.stone --extension=tode.dbf snapshots $GEMSTONE_DEBUG
popd
fi
fold_end create_stone
Expand Down

0 comments on commit a868ae5

Please sign in to comment.