File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [submodule "backend/cmd/JSON_ADE "]
2- path = backend/cmd/JSON_ADE
3- url = https://github.com/HyperloopUPV-H8/JSON_ADE .git
1+ [submodule "backend/cmd/adj "]
2+ path = backend/cmd/adj
3+ url = https://github.com/HyperloopUPV-H8/adj .git
44 branch = main
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import (
1111)
1212
1313const (
14- RepoUrl = "https://github.com/HyperloopUPV-H8/JSON_ADE .git" // URL of the ADJ repository
15- RepoPath = "./JSON_ADE /" // Path where the ADJ repository is cloned
14+ RepoUrl = "https://github.com/HyperloopUPV-H8/adj .git" // URL of the ADJ repository
15+ RepoPath = "./adj /" // Path where the ADJ repository is cloned
1616)
1717
1818func NewADJ (AdjBranch string ) (ADJ , error ) {
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import (
1010)
1111
1212const (
13- RepoUrl = "https://github.com/HyperloopUPV-H8/JSON_ADE .git" // URL of the ADJ repository
14- RepoPath = "./JSON_ADE /" // Path where the ADJ repository is cloned
13+ RepoUrl = "https://github.com/HyperloopUPV-H8/adj .git" // URL of the ADJ repository
14+ RepoPath = "./adj /" // Path where the ADJ repository is cloned
1515)
1616
1717func NewADJ () (ADJ , error ) {
You can’t perform that action at this time.
0 commit comments