We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6920e84 commit 8602c19Copy full SHA for 8602c19
1 file changed
updater/cmd.bash
@@ -40,6 +40,7 @@ ditto clone --src-url http://localhost/ --dest-dir ./data
40
# (╯°□°)╯ *always* assume magikarp failed and grab it again #clowntown
41
ditto clone --src-url http://localhost/ --dest-dir ./data --select pokemon/129
42
ditto analyze --data-dir ./data
43
+echo "$(tree data/api/v2 | tail -n 1) generated"
44
45
# commit and push
46
if [ "$COMMIT_AND_PUSH" = 'true' ]; then
0 commit comments