diff options
author | Alessandro Desantis <desa.alessandro@gmail.com> | 2020-10-21 11:52:41 +0200 |
---|---|---|
committer | Alessandro Desantis <desa.alessandro@gmail.com> | 2020-10-21 11:52:41 +0200 |
commit | 1b759f489ae559820d84050c60e578f11816667d (patch) | |
tree | ce2d34f99b4042203167ac0942fa378d2f1363e0 /bin/rails-sandbox | |
parent | 9ac1fecfb8a4647ae8533279a99f8230b6731563 (diff) |
Fix coding style violations
Diffstat (limited to 'bin/rails-sandbox')
-rwxr-xr-x | bin/rails-sandbox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rails-sandbox b/bin/rails-sandbox index 55e33d9..ad2df04 100755 --- a/bin/rails-sandbox +++ b/bin/rails-sandbox @@ -5,7 +5,7 @@ app_root = 'sandbox' unless File.exist? "#{app_root}/bin/rails" warn 'Creating the sandbox app...' Dir.chdir "#{__dir__}/.." do - system "#{__dir__}/sandbox" or begin # rubocop:disable Style/RedundantBegin + system "#{__dir__}/sandbox" or begin warn 'Automatic creation of the sandbox app failed' exit 1 end |