summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Desantis <desa.alessandro@gmail.com>2020-10-21 11:52:41 +0200
committerAlessandro Desantis <desa.alessandro@gmail.com>2020-10-21 11:52:41 +0200
commit1b759f489ae559820d84050c60e578f11816667d (patch)
treece2d34f99b4042203167ac0942fa378d2f1363e0
parent9ac1fecfb8a4647ae8533279a99f8230b6731563 (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 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