Skip to content

Commit

Permalink
fix github-server?
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmacgowan committed Dec 18, 2024
1 parent f739423 commit 07dcaa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/acceptance/github-server/web.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class FakeGitHubApi < Sinatra::Base
SSLCertName: [["CN", "github.fake"]]
}

set :port => 443
set :bind => "0.0.0.0"
set :port, 443
set :bind, "0.0.0.0"

BASE_DIR = "/tmp/github"

Expand Down

0 comments on commit 07dcaa4

Please sign in to comment.