Skip to content

Commit 68acc2f

Browse files
Merge pull request #6531 from NHSDigital/MAV-5747/fix_name_typo
An edit accidentally changed name
2 parents 7345765 + 35ee90a commit 68acc2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

falcon.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
end
4141
end
4242

43-
unless ENV["SERVICE_DIRECT_PORT"].to_s.empty?
43+
unless ENV["SERVICE_CONNECT_PORT"].to_s.empty?
4444
service "#{hostname}-http" do
4545
include Falcon::Environment::Rack
4646

0 commit comments

Comments
 (0)