[ARVADOS] updated: 1.3.0-2495-g565477d29
Git user
git at public.arvados.org
Mon Apr 13 23:24:06 UTC 2020
Summary of changes:
lib/install/deps.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 565477d2995de8620ca87c300d5db62fea6a406f (commit)
from 29e4223baf6aa8ef2c66bb5258a7586dd6c38a75 (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 565477d2995de8620ca87c300d5db62fea6a406f
Author: Ward Vandewege <ward at jhvc.com>
Date: Mon Apr 13 19:23:48 2020 -0400
Fix typo in error message.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at jhvc.com>
diff --git a/lib/install/deps.go b/lib/install/deps.go
index cbcf7438b..4e1dc7374 100644
--- a/lib/install/deps.go
+++ b/lib/install/deps.go
@@ -403,7 +403,7 @@ func identifyOS() (osversion, error) {
}
osv.Major, err = strconv.Atoi(vstr)
if err != nil {
- return osv, fmt.Errorf("incomprehensible VERSION_ID in /etc/os/release: %q", kv["VERSION_ID"])
+ return osv, fmt.Errorf("incomprehensible VERSION_ID in /etc/os-release: %q", kv["VERSION_ID"])
}
return osv, nil
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list