Skip to content

Commit 16a72f3

Browse files
committed
log warning
1 parent 940d876 commit 16a72f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/exec/go_getter_utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ func removeSymlinks(root string) error {
211211
return err
212212
}
213213
if info.Mode()&os.ModeSymlink != 0 {
214+
u.LogWarning(schema.AtmosConfiguration{}, fmt.Sprintf("Removing symlink: %s", path))
214215
// It's a symlink, remove it
215216
return os.Remove(path)
216217
}

0 commit comments

Comments
 (0)