diff --git a/bin/release b/bin/release index 2818b20..e6d71b0 100755 --- a/bin/release +++ b/bin/release @@ -16,8 +16,8 @@ if File.file?(bundle_binstub) if File.read(bundle_binstub, 300).include?('This file was generated by Bundler') load(bundle_binstub) else - abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run. -Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.") + abort('Your `bin/bundle` was not generated by Bundler, so this binstub cannot run. +Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.') end end diff --git a/bin/rspec b/bin/rspec index b79c4d1..50a19aa 100755 --- a/bin/rspec +++ b/bin/rspec @@ -16,8 +16,8 @@ if File.file?(bundle_binstub) if File.read(bundle_binstub, 300).include?('This file was generated by Bundler') load(bundle_binstub) else - abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run. -Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.") + abort('Your `bin/bundle` was not generated by Bundler, so this binstub cannot run. +Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.') end end diff --git a/bin/rubocop b/bin/rubocop index 786dcf0..0adb602 100755 --- a/bin/rubocop +++ b/bin/rubocop @@ -16,8 +16,8 @@ if File.file?(bundle_binstub) if File.read(bundle_binstub, 300).include?('This file was generated by Bundler') load(bundle_binstub) else - abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run. -Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.") + abort('Your `bin/bundle` was not generated by Bundler, so this binstub cannot run. +Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.') end end