Skip to content

Commit

Permalink
fix(pkg): missing location in rev store (#9681)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>

<!-- ps-id: 3dda833b-38e2-415e-b1e0-f62ad2be2f75 -->
  • Loading branch information
rgrinberg authored Jan 9, 2024
1 parent 555e93d commit e6e83ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dune_pkg/opam_repo.ml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ module Source = struct
| Some `Head -> Some (Commitish.Branch ref)
| None ->
User_error.raise
~loc
~hints:
[ Pp.text
"Make sure the URL is correct and the repository contains the \
Expand Down

0 comments on commit e6e83ef

Please sign in to comment.