From bb44e07fbfd340d31d45958ee7f8eeb32f07f78b Mon Sep 17 00:00:00 2001 From: Gary Verhaegen Date: Mon, 18 May 2020 15:21:27 +0200 Subject: [PATCH] redirect users to public channels (#6011) CHANGELOG_BEGIN CHANGELOG_END --- dev-env/bin/daml-sdk-head | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-env/bin/daml-sdk-head b/dev-env/bin/daml-sdk-head index ec51ef81a7..862f82ad03 100755 --- a/dev-env/bin/daml-sdk-head +++ b/dev-env/bin/daml-sdk-head @@ -95,7 +95,8 @@ echo "$(tput setaf 3)Building version 0.0.0 - this may take a while ...$(tput sg echo "" function cleanup() { - echo "SDK 0.0.0 failed to build/install - if you need help ask on #product-daml" + echo "SDK 0.0.0 failed to build/install - if you need help ask on" + echo "https://slack.daml.com or https://discuss.daml.com." echo "$(tput setaf 3)FAILED TO INSTALL! $(tput sgr 0)" if [[ -n "${SDK_TEMP_DIR+x}" && -d "$SDK_TEMP_DIR" ]]; then