Skip to content

Commit

Permalink
Fix the "browse" field in the generated repo file
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate authored Jun 29, 2022
1 parent bf20494 commit 9d6109c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/opam-web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fi
# Overwrite 'repo' file, and dispatch all non-standard versions
cat <<EOF >repo
opam-version: "2.0"
browse: "https://${BASEURL}/pkg/"
browse: "https://${BASEURL}/packages/"
upstream: "https://github.com/ocaml/opam-repository/tree/master/"
redirect: [
"https://${BASEURL}/1.1" { opam-version < "1.2" }
Expand Down

0 comments on commit 9d6109c

Please sign in to comment.