Skip to content

Commit

Permalink
Fixed typo in the binstub
Browse files Browse the repository at this point in the history
  • Loading branch information
kpumuk committed Aug 14, 2023
1 parent 48b2993 commit dbc9734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spring/client/binstub.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Binstub < Command
SPRING = <<~CODE
#!/usr/bin/env ruby
# This file loads Spring without using loading other gems in the Gemfile, in order to be fast.
# This file loads Spring without loading other gems in the Gemfile in order to be fast.
# It gets overwritten when you run the `spring binstub` command.
if !defined?(Spring) && [nil, "development", "test"].include?(ENV["RAILS_ENV"])
Expand Down

0 comments on commit dbc9734

Please sign in to comment.