Fix missing variable

This commit is contained in:
ATuinDev 2020-05-25 22:26:31 +02:00
parent 056d648d53
commit a41118d927
No known key found for this signature in database
GPG key ID: 30B13E03CCAB58B7

View file

@ -785,7 +785,7 @@ sub unstow_contents {
$node_target = $adj_node_target;
}
$self->unstow_node($stow_path, $package, $node_target, join_paths($source, $node));
$self->unstow_node($stow_path, $package, $node_target, join_paths($path, $node));
}
if (-d $target) {
$self->cleanup_invalid_links($target);