Skip to content

Commit

Permalink
curl to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
ollyg committed Dec 26, 2024
1 parent b765411 commit f4975fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_products.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sed -e 's/mib=//' | \
grep -hi -E '(product|oid|JUNIPER-CHASSIS-DEFINES)' | \
while read mib; do \
curl --silent --location --remote-name "https://mibbrowser.online/mibs_json/$mib.json" | \
curl --silent --location "https://mibbrowser.online/mibs_json/$mib.json" | \
./pysmi-json-to-oid-cache.py >> ./products_oids.new; \
done
mv ./products_oids.new ./products_oids
Expand Down

0 comments on commit f4975fd

Please sign in to comment.