turbot / steampipe-export

Steampipe Export is a zero-ETL CLI to fetch data from cloud services and APIs. Hundreds of plugins with thousands of documented examples.
https://steampipe.io
Apache License 2.0
8 stars 1 forks source link

tweak curl command in installer to silence args warning #39

Closed judell closed 9 months ago

judell commented 9 months ago

curl -#SL -H "$AUTH" -H "Accept: application/octet-stream" \ "https://api.github.com/repos/turbotio/steampipe-plugin-${plugin}/releases/assets/$id" \