Fix github commit link

This commit is contained in:
Teemu Patja 2017-03-23 19:06:38 +02:00
parent 94eee54996
commit 05e553841d
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
(defn slack-notify [args ctx]
(let [sha (subs (:revision args) 0 7)
msg (format "Deployed revision <%s|%s> to https://commiteth.com" sha sha)]
msg (format "Deployed revision <https://github.com/status-im/commiteth/commit/%s|%s> to https://commiteth.com" sha sha)]
(println "Sending slack notification" msg)
(slack/slack-notify msg)
{:status :success}))