This commit is contained in:
Mikaël Cluseau
2026-05-03 15:00:09 +02:00
parent c0c2c4afdf
commit 720d433fd9
+1 -1
View File
@@ -90,7 +90,7 @@ pub async fn file(file: &File, root: &str, dry_run: bool) -> Result<()> {
return Ok(());
}
if file.is_symlink() {
if !file.is_symlink() {
set_perms(path, file.mode).await?;
}