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 64755f7 commit 9cae9d6Copy full SHA for 9cae9d6
1 file changed
backend/internal/adj/adj.go
@@ -49,7 +49,7 @@ func NewADJ() (*ADJ, error) {
49
50
func downloadADJ() (json.RawMessage, json.RawMessage, error) {
51
if !checkRepo() {
52
- _, err := git.PlainClone(RepoPath, true, &git.CloneOptions{
+ _, err := git.PlainClone(RepoPath, false, &git.CloneOptions{
53
URL: RepoUrl,
54
})
55
if err != nil {
0 commit comments