Skip to content

Commit

Permalink
Fixed available ids generation
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Jan 13, 2024
1 parent 6741380 commit 7c33ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/generate-available-ids.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
find $1 -mindepth 1 -type f -name *.ics| sort | cut -d / -f 2- | cut -d . -f 1 > $1/tz.availableIds
find $1 -mindepth 1 -type f -name *.ics| sort | cut -d / -f 3- | cut -d . -f 1 > $1/tz.availableIds

0 comments on commit 7c33ec7

Please sign in to comment.