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 f8092b2 commit ab9ed11Copy full SHA for ab9ed11
library/compiler-builtins/crates/josh-sync/src/sync.rs
@@ -71,7 +71,7 @@ impl GitSync {
71
self.run([
72
"git",
73
"fetch",
74
- &self.josh_url(&self.upstream_repo, Some(&new_upstream_base), Some("/")),
+ &self.josh_url(&self.upstream_repo, Some(&new_upstream_base), Some(":/")),
75
&new_upstream_base,
76
"--depth=1",
77
]);
0 commit comments