[arvados] updated: 2.7.0-6457-g24e3397d88
git repository hosting
git at public.arvados.org
Tue Apr 23 14:23:13 UTC 2024
Summary of changes:
lib/install/deps.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 24e3397d88f64e7f71b4378ea93cb3e60a1b7f5c (commit)
from bfb1c2befc24e5706ac2917e723aaf93638df886 (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 24e3397d88f64e7f71b4378ea93cb3e60a1b7f5c
Author: Brett Smith <brett.smith at curii.com>
Date: Tue Apr 23 10:22:42 2024 -0400
21700: Fix option typo
Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>
diff --git a/lib/install/deps.go b/lib/install/deps.go
index 6693e2ee87..146c645eca 100644
--- a/lib/install/deps.go
+++ b/lib/install/deps.go
@@ -351,7 +351,7 @@ make install
if [[ "$rubyversion" > "3" ]]; then
/var/lib/arvados/bin/gem update --no-document --system 3.4.21
fi
-/var/lib/arvados/bin/gem install --conservative --no-docuemnt --version '`+inst.BundlerVersion+`' bundler
+/var/lib/arvados/bin/gem install --conservative --no-document --version '`+inst.BundlerVersion+`' bundler
`, stdout, stderr)
if err != nil {
return 1
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list