commit eff108f616d4f053eaa4950022e4ff2ad06866c8
parent 9eb2da5236166f37d68310cdd7c1e889a992e384
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Tue, 16 Apr 2019 13:47:45 +0200
typo
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test.sh b/test.sh
@@ -3,10 +3,10 @@
# Every "blue/green" setup relies on a common user that keeps
# all the shared data (keys, for example). In our setup, test-*
# and demo-* rely on the users 'test' and 'demo'. This script
-# automates the configuration of the 'demo' user.
+# automates the configuration of the 'test' user.
if ! test "test" = $(whoami); then
- echo This script can only be run by the 'demo' user, exiting..
+ echo This script can only be run by the 'test' user, exiting..
exit 1
fi