[ARVADOS] updated: 1.3.0-2847-gda283ea89

Git user git at public.arvados.org
Mon Aug 10 23:11:13 UTC 2020


Summary of changes:
 lib/pam/pam_arvados.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  da283ea8958220d42431b43e05d40494365eee55 (commit)
      from  c6858cd333d073c972d6c050d2910f1c23f200d2 (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 da283ea8958220d42431b43e05d40494365eee55
Author: Ward Vandewege <ward at curii.com>
Date:   Mon Aug 10 19:11:00 2020 -0400

    Fix typo.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/lib/pam/pam_arvados.go b/lib/pam/pam_arvados.go
index 34b908053..ee967af6c 100644
--- a/lib/pam/pam_arvados.go
+++ b/lib/pam/pam_arvados.go
@@ -102,7 +102,7 @@ func authenticate(logger *logrus.Logger, username, token string, argv []string)
 		} else if arg == "debug" {
 			logger.SetLevel(logrus.DebugLevel)
 		} else {
-			logger.Warnf("unkown option: %s\n", arg)
+			logger.Warnf("unknown option: %s\n", arg)
 		}
 	}
 	if hostname == "" || hostname == "-" {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list