summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Desantis <desa.alessandro@gmail.com>2020-10-09 10:19:39 +0200
committerAlessandro Desantis <desa.alessandro@gmail.com>2020-10-09 10:19:39 +0200
commit01b44797c96d696ca25d359550eba3426bd2b24d (patch)
tree9043f9b2f5e25a10482df08ba0862d507bc63fbe
parent41e1aaa00fa5799b6893e0786e972b15533e1401 (diff)
Fix coding style violations
-rwxr-xr-xbin/rails-sandbox2
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