From 6a8e2e0ff41bf4b220e8a9ff6ece11ab6de28f1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 14 Mar 2024 00:25:00 +0100 Subject: [PATCH] Fix linter --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 762a8e5..c156bb2 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -30,7 +30,7 @@ fi fabmanager_build_ruby() { pushd "$install_dir" ynh_use_ruby - ynh_exec_warn_less "$ynh_gem" install "bundler:$bundler_version" + ynh_exec_warn_less $ynh_gem install "bundler:$bundler_version" ynh_exec_warn_less bin/bundle config --global frozen 1 ynh_exec_warn_less bin/bundle config set --local without 'development test doc' ynh_exec_warn_less bin/bundle install