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:
parent
500ed27e01
commit
cc8a47324a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user