Skip to content

Commit

Permalink
Replaced old repo name 'ob_slack' with 'ob_hacky_slack' so /etc/slack…
Browse files Browse the repository at this point in the history
….d/monit is fetched correctly
  • Loading branch information
Erik Hennerfors committed Oct 22, 2016
1 parent 988ac81 commit 3b2e5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ if [[ -n "${MODE}" ]]; then

test -d "${CONFIG}" && echo "INFO: The ${CONFIG} direcotry exists" || echo "WARNING: The ${CONFIG} direcotry does not exist. Creating..."; mkdir -p ${CONFIG}

curl -o "${CONFIG}/${MODE}" -z "${CONFIG}/${MODE}" "https://raw.githubusercontent.com/openbridge/ob_slack/master/etc/slack.d/${MODE}" --verbose
curl -o "${CONFIG}/${MODE}" -z "${CONFIG}/${MODE}" "https://raw.githubusercontent.com/openbridge/ob_hacky_slack/master/etc/slack.d/${MODE}" --verbose

if [[ -z "${MODE}" ]]; then

Expand Down

0 comments on commit 3b2e5c6

Please sign in to comment.