We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a67bf commit 661cc23Copy full SHA for 661cc23
updater/cmd.bash
@@ -39,7 +39,7 @@ pip install -r requirements.txt
39
rm -r ./data
40
ditto clone --src-url http://localhost/ --dest-dir ./data
41
# (╯°□°)╯ *always* assume magikarp failed and grab it again #clowntown
42
-ditto clone --src-url http://localhost/ --dest-dir ./data pokemon/129
+ditto clone --src-url http://localhost/ --dest-dir ./data --select pokemon/129
43
ditto analyze --data-dir ./data
44
45
# commit and push
0 commit comments