Skip to content

Commit bebce52

Browse files
KnerioCopilot
andauthored
Fix var name confusion
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Dario Pranjic <96529060+Knerio@users.noreply.github.com>
1 parent 3f3f402 commit bebce52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/puma.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525

2626
# Specify either a `bind` or `port` to listen on.
2727
bind_uri = Sagittarius::Configuration.config[:rails][:web][:bind]
28-
port = Sagittarius::Configuration.config[:rails][:web][:port]
28+
port_number = Sagittarius::Configuration.config[:rails][:web][:port]
2929

3030
if bind_uri
3131
bind bind_uri
3232
else
33-
port port
33+
port port_number
3434
end
3535

3636
# Specifies the `environment` that Puma will run in.

0 commit comments

Comments
 (0)