Skip to content

Commit

Permalink
Dune fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulytchev committed Nov 15, 2024
1 parent 0981047 commit 751f556
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
version2.ml
(progn
(run echo let version = "\"")
(run echo Version)
(run echo "Version ")
(run git rev-parse --abbrev-ref HEAD)
(run echo , " ")
(run echo ", ")
(run git rev-parse --short HEAD)
(run echo , " ")
(run echo ", ")
(pipe-stdout
(run git rev-parse --verify HEAD)
(run git show --no-patch --no-notes --pretty='%cd'))
Expand Down

0 comments on commit 751f556

Please sign in to comment.