Skip to content

Commit

Permalink
Change probe download url (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnan-ramkumar authored Jul 8, 2020
1 parent c706617 commit f234114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysdig-probe-loader
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ load_bpf_probe() {
ARCH=$(uname -m)
KERNEL_RELEASE=$(uname -r)
SCRIPT_NAME=$(basename "${0}")
SYSDIG_PROBE_URL=${SYSDIG_PROBE_URL:-https://s3.amazonaws.com/download.draios.com}
SYSDIG_PROBE_URL=${SYSDIG_PROBE_URL:-https://download.sysdig.com}
if [ -n "$SYSDIG_PROBE_INSECURE_DOWNLOAD" ]
then
SYSDIG_PROBE_CURL_OPTIONS=-fsSk
Expand Down

0 comments on commit f234114

Please sign in to comment.