Skip to content

Commit

Permalink
Fix golden file bug (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Akshit Garg <[email protected]>
  • Loading branch information
akshit-deepsource authored Aug 28, 2023
1 parent fa46315 commit 284cf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func NewAutofixBackup(
}

for _, match := range matches {
normalized, err := normalizeFilePath(filepath.Join(config.CodePath, match))
normalized, err := normalizeFilePath(match)
if err != nil {
log.Println("Error normalizing the file path for", match, "err:", err)
continue
Expand Down

0 comments on commit 284cf97

Please sign in to comment.