Skip to content

Commit

Permalink
Fix a wrong use of OpamFilename.of_string
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Jun 17, 2024
1 parent 9c7a256 commit 2b4dfdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ users)
## Shell

## Internal
* Fix a wrong use of `OpamFilename.of_string` [#6024 @kit-ty-kate]

## Internal: Windows

Expand Down
2 changes: 1 addition & 1 deletion src/format/opamFile.ml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ module LinesBase = struct
) lines;
Buffer.contents buf

let file_none = OpamFilename.of_string "<none>"
let file_none = OpamFilename.raw "<none>"

let pp_string =
Pp.pp
Expand Down

0 comments on commit 2b4dfdb

Please # to comment.