Skip to content

Commit

Permalink
Ah, statsd should be v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh authored Nov 16, 2017
1 parent c602df3 commit 2c37b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/etc/my_init.d/01_conf_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi
# - /opt/statsd
statsd_dir_contents=$(find /opt/statsd -mindepth 1 -print -quit)
if [[ -z $statsd_dir_contents ]]; then
git clone -b v0.7.2 https://github.com/etsy/statsd.git /opt/statsd
git clone -b v0.8.0 https://github.com/etsy/statsd.git /opt/statsd
cp $conf_dir/opt/statsd/config_udp.js /opt/statsd/config.js
fi

0 comments on commit 2c37b88

Please sign in to comment.