mirror of
https://github.com/YunoHost-Apps/fab-manager_ynh.git
synced 2024-09-03 18:36:16 +02:00
Fix linter
This commit is contained in:
parent
fc7df8a9f8
commit
0ea46c1aa4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue