We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Layout/LineContinuationSpacing
kitchen
1 parent 3312384 commit 9a3cda5Copy full SHA for 9a3cda5
bin/kitchen
@@ -19,8 +19,8 @@ if File.file?(bundle_binstub)
19
load(bundle_binstub)
20
else
21
abort(
22
- 'Your `bin/bundle` was not generated by Bundler, '\
23
- 'so this binstub cannot run. Replace `bin/bundle` by running '\
+ 'Your `bin/bundle` was not generated by Bundler, ' \
+ 'so this binstub cannot run. Replace `bin/bundle` by running ' \
24
'`bundle binstubs bundler --force`, then run this command again.'
25
)
26
end
0 commit comments