Skip to content

Commit f76841c

Browse files
committed
Full path to pypinfo
1 parent 2d7b9b8 commit f76841c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.sh

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# Prevents script from running if there are any errors
44
set -e
55

6+
# Timestamp for logs
7+
echo "$(date)"
8+
69
# Update
710
git pull origin master
811

generate.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
# Prevents script from running if there are any errors
44
set -e
55

6-
echo "$(date)"
7-
86
# Generate the files
9-
pypinfo --test --json --limit 500 --days 365 "" project > top-pypi-packages.json
7+
/usr/local/bin/pypinfo --test --json --limit 500 --days 365 "" project > top-pypi-packages.json

0 commit comments

Comments
 (0)