We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6777b8 commit 0154973Copy full SHA for 0154973
updater/cmd.bash
@@ -35,7 +35,7 @@ git branch "$BRANCH_NAME"
35
git checkout "$BRANCH_NAME"
36
python -m venv .venv
37
source .venv/bin/activate
38
-pip install 'pokeapi-ditto==1.0.3'
+pip install 'pokeapi-ditto==1.0.4'
39
rm -rf ./data
40
ditto clone --src-url http://localhost/ --dest-dir ./data
41
# (╯°□°)╯ *always* assume magikarp failed and grab it again #clowntown
0 commit comments