Skip to content

Commit 8602c19

Browse files
committed
feat: log number of generated files
1 parent 6920e84 commit 8602c19

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

updater/cmd.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ ditto clone --src-url http://localhost/ --dest-dir ./data
4040
# (╯°□°)╯ *always* assume magikarp failed and grab it again #clowntown
4141
ditto clone --src-url http://localhost/ --dest-dir ./data --select pokemon/129
4242
ditto analyze --data-dir ./data
43+
echo "$(tree data/api/v2 | tail -n 1) generated"
4344

4445
# commit and push
4546
if [ "$COMMIT_AND_PUSH" = 'true' ]; then

0 commit comments

Comments
 (0)