stow_node(): fix odd whitespace
This commit is contained in:
parent
f60c203c45
commit
e0212d4f49
1 changed files with 2 additions and 1 deletions
|
@ -557,7 +557,8 @@ sub stow_node {
|
||||||
$self->do_link($source, $target);
|
$self->do_link($source, $target);
|
||||||
}
|
}
|
||||||
elsif ($self->is_a_dir(join_paths(parent($target), $existing_source)) &&
|
elsif ($self->is_a_dir(join_paths(parent($target), $existing_source)) &&
|
||||||
$self->is_a_dir(join_paths(parent($target), $source)) ) {
|
$self->is_a_dir(join_paths(parent($target), $source)))
|
||||||
|
{
|
||||||
|
|
||||||
# If the existing link points to a directory,
|
# If the existing link points to a directory,
|
||||||
# and the proposed new link points to a directory,
|
# and the proposed new link points to a directory,
|
||||||
|
|
Loading…
Reference in a new issue