Skip to content

Commit

Permalink
feat: log number of generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Jun 18, 2024
1 parent 6920e84 commit 8602c19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions updater/cmd.bash
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ ditto clone --src-url http://localhost/ --dest-dir ./data
# (╯°□°)╯ *always* assume magikarp failed and grab it again #clowntown
ditto clone --src-url http://localhost/ --dest-dir ./data --select pokemon/129
ditto analyze --data-dir ./data
echo "$(tree data/api/v2 | tail -n 1) generated"

# commit and push
if [ "$COMMIT_AND_PUSH" = 'true' ]; then
Expand Down

0 comments on commit 8602c19

Please sign in to comment.