diff options
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 |