Skip to content

Commit

Permalink
fix protocol in deployment status check
Browse files Browse the repository at this point in the history
  • Loading branch information
machisuji committed Jun 6, 2024
1 parent 8f8da73 commit f8caab7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def openproject_core_sha(host, api_token)
end

def introspection_request(host, api_token)
OpenProject.httpx.basic_auth("apikey", api_token).get("http://#{host}/api/v3")
OpenProject.httpx.basic_auth("apikey", api_token).get("https://#{host}/api/v3")
end

##
Expand Down

0 comments on commit f8caab7

Please sign in to comment.