diff --git a/examples/git/lakefile.lean b/examples/git/lakefile.lean index 1674e9f983..f5518efa82 100644 --- a/examples/git/lakefile.lean +++ b/examples/git/lakefile.lean @@ -4,8 +4,8 @@ open System Lake DSL package git_hello -require hello from git - "https://github.com/leanprover/lake.git"@"master"/"examples"/"hello" +require hello from + git "../.."@"master"/"examples"/"hello" @[defaultTarget] lean_exe git_hello {