Skip to content

Commit 6ef0f1a

Browse files
committed
make: fix subscriptions.json
Signed-off-by: William Casarin <jb55@jb55.com>
1 parent b29bd5f commit 6ef0f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ data.json: fake
99
accounts.json: data.json
1010
jq '.accounts|to_entries' data.json > accounts.json
1111

12-
subscriptions.json: data.json
12+
subscriptions.json: accounts.json
1313
./scripts/report.py subs_report
1414

1515
active-subscriptions.json: subscriptions.json

0 commit comments

Comments
 (0)