We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66d7ec commit 6ae29edCopy full SHA for 6ae29ed
src/Types.jl
@@ -699,7 +699,7 @@ function read_package(path::String)
699
return project
700
end
701
702
-const refspecs = ["+refs/*:refs/remotes/cache/*"]
+const refspecs = ["+refs/heads/*:refs/remotes/cache/heads/*"]
703
704
function relative_project_path(project_file::String, path::String)
705
# compute path relative the project
0 commit comments