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 650999a commit d28757dCopy full SHA for d28757d
2 files changed
backend/internal/adj/git.go
@@ -39,7 +39,7 @@ func updateRepo(AdjBranch string) error {
39
}
40
41
// If the clone is succesful, delete the temp files
42
- if err = os.RemoveAll(RepoPath); err != nil {
+ if err = os.RemoveAll(tempPath); err != nil {
43
return err
44
45
backend/pkg/adj/git.go
0 commit comments