diff options
author | Alessandro Desantis <desa.alessandro@gmail.com> | 2020-10-09 10:19:39 +0200 |
---|---|---|
committer | Alessandro Desantis <desa.alessandro@gmail.com> | 2020-10-09 10:19:39 +0200 |
commit | 01b44797c96d696ca25d359550eba3426bd2b24d (patch) | |
tree | 9043f9b2f5e25a10482df08ba0862d507bc63fbe /bin/rails-sandbox | |
parent | 41e1aaa00fa5799b6893e0786e972b15533e1401 (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 ad2df04..55e33d9 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 + system "#{__dir__}/sandbox" or begin # rubocop:disable Style/RedundantBegin warn 'Automatic creation of the sandbox app failed' exit 1 end |