Skip to content

Commit dc1a2d4

Browse files
committed
Fix hash
1 parent 3f240c7 commit dc1a2d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendor/update-cmdliner.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
version=e9d28b2f3d020eb14f1ae09fc53b536ec70833d5
3+
version=c7f97d02cedc3d7e267704b987f3c1403e8152a9
44

55
set -e -o pipefail
66

@@ -12,7 +12,7 @@ mkdir -p cmdliner/src
1212

1313
(
1414
cd $TMP
15-
git clone https://github.com/emillon/cmdliner.git
15+
git clone https://github.com/ocaml-dune/cmdliner.git
1616
cd cmdliner
1717
git checkout $version
1818
dune subst

0 commit comments

Comments
 (0)