Skip to content

Commit

Permalink
fix: typo apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Marek Kubica <marek@xivilization.net>
Signed-off-by: Etienne Marais <dev@maiste.fr>
  • Loading branch information
maiste and Leonidas-from-XIV authored Feb 5, 2025
1 parent 240b58b commit 8c64e1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/pkg/pkg_common.ml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ let get_repos repos ~repositories =
| `Tar ->
User_error.raise
~loc
[ Pp.textf "Repositories store in tarball(%s) are currently unsupported"
[ Pp.textf "Repositories stored in archives (%s) are currently unsupported"
@@ OpamUrl.to_string opam_url
]))
;;
Expand Down
2 changes: 1 addition & 1 deletion test/blackbox-tests/test-cases/pkg/pin-depends.t
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Pin to an HTTP archive work

$ mkdir _source/
$ cat > _source/bar.opam << EOF
> opam-version: "2-0"
> opam-version: "2.0"
> EOF
$ tar -czf tarball.tgz -C _source bar.opam
$ echo tarball.tgz > fake-curls
Expand Down

0 comments on commit 8c64e1e

Please sign in to comment.