From 24e3397d88f64e7f71b4378ea93cb3e60a1b7f5c Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Tue, 23 Apr 2024 10:22:42 -0400 Subject: [PATCH] 21700: Fix option typo Arvados-DCO-1.1-Signed-off-by: Brett Smith --- lib/install/deps.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2