Skip to content

Commit

Permalink
Merge pull request #586 from gdt/master
Browse files Browse the repository at this point in the history
update.ml: Remove spurious spaces in printed path
  • Loading branch information
gdt authored Sep 7, 2021
2 parents 2bd6bfc + 69a8c89 commit a3160b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/update.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ let abortIfAnyMountpointsAreMissing fspath =
let path = Path.fromString s in
if not (Os.exists fspath path) then
raise (Util.Fatal
(Printf.sprintf "Path %s / %s is designated as a mountpoint, but points to nothing on host %s\n"
(Printf.sprintf "Path %s/%s is designated as a mountpoint, but points to nothing on host %s\n"
(Fspath.toPrintString fspath) (Path.toString path)
(Os.myCanonicalHostName ()))))
(Prefs.read mountpoints)
Expand Down

0 comments on commit a3160b5

Please sign in to comment.