Skip to content

Commit fb03a70

Browse files
committed
fix riswhois file name change
1 parent 2ff4034 commit fb03a70

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

rustfmt.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
max_width = 78

scripts/download-riswhois

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ echo "address_family,file_timestamp,last_modified_header" > data/riswhois.timest
4242
for af in 4 6
4343
do
4444
echo -e "ipv$af,\c" >> data/riswhois.timestamps.json
45-
echo -e "`stat -c %Y downloads/riswhois/riswhoisdump-ipv"$af"`,\c" >> data/riswhois.timestamps.json
45+
echo -e "`stat -c %Y downloads/riswhois/riswhois"$af"`,\c" >> data/riswhois.timestamps.json
4646
echo -e "\"`cat downloads/riswhois"$af"_h.txt | /home/roto/.cargo/bin/rg -e '^Last-Modified: ([\w,0-9 :]+)' --only-matching --replace '$1'`\"" >> data/riswhois.timestamps.json
47-
done
47+
done

0 commit comments

Comments
 (0)