fix link on Android beta signup message (#2822)
This commit is contained in:
parent
b179ce34e1
commit
7aff7067a9
1 changed files with 1 additions and 1 deletions
|
|
@ -618,7 +618,7 @@ def submit_to_store
|
|||
|
||||
if ENV['BETA_BUILD'] == 'true'
|
||||
pretext = '#### New Android beta published to Google Play'
|
||||
msg = 'Sign up as a beta tester [here](https://play.google.com/apps/testing/com.mattermost.rnbeta).\nDownload link: #{public_link}'
|
||||
msg = "Sign up as a beta tester [here](https://play.google.com/apps/testing/com.mattermost.rnbeta).\nDownload link: #{public_link}"
|
||||
end
|
||||
|
||||
send_message_to_mattermost({
|
||||
|
|
|
|||
Loading…
Reference in a new issue