From c1bcfda11a5d439bf6e9eabf10ed360e917f0d43 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Mon, 30 Jun 2014 00:25:48 +0000 Subject: [PATCH] docker: build_tools/build.rb: improve language around Google account. --- docker/build_tools/build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/build_tools/build.rb b/docker/build_tools/build.rb index b947d1de05..1a914b58b3 100755 --- a/docker/build_tools/build.rb +++ b/docker/build_tools/build.rb @@ -53,7 +53,7 @@ def main options print "Generating config.yml.\n" print "Arvados needs to know the email address of the administrative user,\n" print "so that when that user logs in they are automatically made an admin.\n" - print "This should be the email address you use to log in to Google.\n" + print "This should be an email address associated with a Google account.\n" print "\n" admin_email_address = "" until is_valid_email? admin_email_address -- 2.30.2