diff options
Diffstat (limited to 'railties/lib/rails/commands/server')
| -rw-r--r-- | railties/lib/rails/commands/server/server_command.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/commands/server/server_command.rb b/railties/lib/rails/commands/server/server_command.rb index 070571f6f8..2c5440d9ec 100644 --- a/railties/lib/rails/commands/server/server_command.rb +++ b/railties/lib/rails/commands/server/server_command.rb @@ -283,7 +283,7 @@ module Rails                option instead.              MSG -            original_options.concat [ '-u', using ] +            original_options.concat [ "-u", using ]            else              # Use positional internally to get around Thor's immutable options.              # TODO: Replace `using` occurences with `options[:using]` after deprecation removal.  | 
