Skip to content

Commit 0154973

Browse files
committed
feat: use new ditto
1 parent e6777b8 commit 0154973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updater/cmd.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ git branch "$BRANCH_NAME"
3535
git checkout "$BRANCH_NAME"
3636
python -m venv .venv
3737
source .venv/bin/activate
38-
pip install 'pokeapi-ditto==1.0.3'
38+
pip install 'pokeapi-ditto==1.0.4'
3939
rm -rf ./data
4040
ditto clone --src-url http://localhost/ --dest-dir ./data
4141
# (╯°□°)╯ *always* assume magikarp failed and grab it again #clowntown

0 commit comments

Comments
 (0)