Skip to content

Commit

Permalink
changed port serving git2nixsha api
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Sep 12, 2024
1 parent 479fa65 commit 6e02e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/nix_hash.R
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ nix_hash_online <- function(repo_url, commit) {
h <- curl::new_handle(failonerror = TRUE)

url <- paste0(
"http://git2nixsha.dev:1506/hash?repo_url=",
"http://git2nixsha.dev:443/hash?repo_url=",
repo_url, "&commit=", commit
)

Expand Down

0 comments on commit 6e02e7a

Please sign in to comment.