should_skip_target_which_is_stow_dir(): fix debug indentation
This commit is contained in:
parent
3aae830e56
commit
9f4f8185ac
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ sub should_skip_target_which_is_stow_dir {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
debug(4, "$target not protected");
|
debug(4, " $target not protected");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue