Skip to content

Commit

Permalink
examples/demo.sh: add missing -f for init stage
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Sep 27, 2024
1 parent d95abad commit 3ee14de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fi

seal5 --verbose --dir ${SEAL5_HOME} reset --settings
seal5 --verbose --dir ${SEAL5_HOME} clean --temp --patches --models --inputs
seal5 --verbose --dir ${SEAL5_HOME} init $INTERACTIVE_ARGS -c --clone-depth $CLONE_DEPTH $PROGRESS_ARGS
seal5 --verbose --dir ${SEAL5_HOME} init $INTERACTIVE_ARGS -c --clone-depth $CLONE_DEPTH $PROGRESS_ARGS -f
seal5 --verbose load --files ${Example_files}
seal5 --verbose load --files ${Config_files[@]}
seal5 --verbose setup $PROGRESS_ARGS
Expand Down

0 comments on commit 3ee14de

Please sign in to comment.