Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Feb 3, 2025
1 parent e96dd7f commit 06f5f3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/exec/go_getter_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ func removeSymlinks(root string) error {
return err
}
if info.Mode()&os.ModeSymlink != 0 {
//Symlinks are removed for the entire repo, regardless if there are any subfolders specified
//Thus logging is disabled
//u.LogWarning(fmt.Sprintf("Removing symlink: %s", path))
// Symlinks are removed for the entire repo, regardless if there are any subfolders specified
// Thus logging is disabled
// u.LogWarning(fmt.Sprintf("Removing symlink: %s", path))
// It's a symlink, remove it
return os.Remove(path)
}
Expand Down

0 comments on commit 06f5f3b

Please sign in to comment.