Skip to content

Commit

Permalink
fix: incorrect path to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Nov 18, 2023
1 parent a1919f5 commit 1d5ad25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion personal_mnemonic_medium/tests/integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ docker run -itd \
-v $OUTPUT_DIR:/output \
--restart unless-stopped \
personal-mnemonic-medium \
python application/main.py /input/ $OUTPUT_DIR \
python personal_mnemonic_medium/cli.py /input/ $OUTPUT_DIR \
--watch \
--no-use-anki-connect

Expand Down

0 comments on commit 1d5ad25

Please sign in to comment.