Skip to content

Commit

Permalink
Update distrolist.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored May 5, 2024
1 parent f7f7348 commit d036032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distrolist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Generate distrolist
run: |
mapfile -t parsed_distros < <(curl -fsSL https://salsa.debian.org/debian/distro-info-data/-/raw/main/{ubuntu.csv,debian.csv} \
| awk -F ',' -v current_date="$(date +'%Y-%m-%d')" '
| awk -F ',' -v current_date="$(date +'%Y-%m-%d/%H_%M_%S')" '
BEGIN {
is_first = 1
}
Expand Down

0 comments on commit d036032

Please sign in to comment.