Skip to content

Commit

Permalink
[packaging][osx] version-less agent link
Browse files Browse the repository at this point in the history
  • Loading branch information
yannmh committed Sep 17, 2015
1 parent 4c349f5 commit 040e967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/osx/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e
logfile=ddagent-install.log
dmg_file=/tmp/datadog-agent.dmg
dmg_url="https://s3.amazonaws.com/dd-agent/datadog-agent-5.4.2.dmg"
dmg_url="https://s3.amazonaws.com/dd-agent/datadogagent.dmg"

# Root user detection
if [ $(echo "$UID") = "0" ]; then
Expand Down

0 comments on commit 040e967

Please sign in to comment.