scripts: Fix warn message update sat config lock (#3029)

Fix the warning message to indicate the Slack channel where the
satellite configuration changes must be posted.
This commit is contained in:
Ivan Fraixedes 2019-09-12 18:10:22 +02:00 committed by GitHub
parent 500ed27e01
commit cc8a47324a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
set -ueo pipefail
read -p "Have you warned the DevOps Team before updating this file? " -n 1 -r
read -p "Have you warned about these changes in #config-changes Slack channel before updating this file? " -n 1 -r
echo # (optional) move to a new line
if [[ ! $REPLY =~ ^[Yy]$ ]]
then