Skip to content

Commit

Permalink
log warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Listener430 committed Jan 29, 2025
1 parent 940d876 commit 16a72f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/exec/go_getter_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ func removeSymlinks(root string) error {
return err
}
if info.Mode()&os.ModeSymlink != 0 {
u.LogWarning(schema.AtmosConfiguration{}, fmt.Sprintf("Removing symlink: %s", path))
// It's a symlink, remove it
return os.Remove(path)
}
Expand Down

0 comments on commit 16a72f3

Please sign in to comment.