[arvados] updated: 2.1.0-2711-g01b48f7ba
git repository hosting
git at public.arvados.org
Fri Jul 8 19:14:40 UTC 2022
Summary of changes:
lib/install/init.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 01b48f7ba1ed76df4277145548fac313a3aca7cd (commit)
from 1830291389ed69b950f2f94fbb9155c63e6b4679 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 01b48f7ba1ed76df4277145548fac313a3aca7cd
Author: Tom Clegg <tom at curii.com>
Date: Fri Jul 8 15:14:22 2022 -0400
16552: Fix error message.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/lib/install/init.go b/lib/install/init.go
index 8c565bb5d..792262b59 100644
--- a/lib/install/init.go
+++ b/lib/install/init.go
@@ -97,7 +97,7 @@ func (initcmd *initCommand) RunCommand(prog string, args []string, stdin io.Read
} else if initcmd.Login == "" {
// none; login will show an error page
} else {
- err = fmt.Errorf("invalid argument to -login: %q: should be 'test', 'pam', 'google {client-id} {client-secret}', or empty")
+ err = fmt.Errorf("invalid argument to -login: %q: should be 'test', 'pam', 'google {client-id} {client-secret}', or empty", initcmd.Login)
return 1
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list