We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b88d3d commit 5f25823Copy full SHA for 5f25823
src/command/dev-call/pull-git-subtree/cmd.ts
@@ -21,7 +21,7 @@ const SUBTREES: SubtreeConfig[] = [
21
{
22
name: "julia-engine",
23
prefix: "src/resources/extension-subtrees/julia-engine",
24
- remoteUrl: "https://github.com/gordonwoodhull/quarto-julia-engine.git",
+ remoteUrl: "https://github.com/PumasAI/quarto-julia-engine.git",
25
remoteBranch: "main",
26
},
27
0 commit comments