Skip to content

Commit

Permalink
fix cop
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Nov 21, 2024
1 parent 8afa4ef commit 94f1011
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bridgetown-core/lib/bridgetown-core/commands/start.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ def start
protected

def rack_config_file
File.exist?("config.ru") ? "config.ru" : File.expand_path("../rack/default_config.ru", __dir__)
File.exist?("config.ru") ?
"config.ru" :
File.expand_path("../rack/default_config.ru", __dir__)
end
end
end
Expand Down

0 comments on commit 94f1011

Please sign in to comment.