Skip to content

Commit 4f5d2c3

Browse files
committed
Fix share-repo in drom.toml
1 parent 1077bf3 commit 4f5d2c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drom.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[project]
22
create-project = false
33
drom-version = "0.9.3"
4-
#share-repo = "https://github.com/OCamlPro/drom-share"
5-
share-repo = "/home/lefessan/GIT/ocp/github/drom-share"
4+
share-repo = "https://github.com/OCamlPro/drom-share"
5+
#share-repo = "/home/lefessan/GIT/ocp/github/drom-share"
66
share-version = "0.9.3"
77

88
[project]

0 commit comments

Comments
 (0)