Skip to content

Commit

Permalink
Fix missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AitorATuin committed May 25, 2020
1 parent 056d648 commit a41118d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Stow.pm.in
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a41118d

Please sign in to comment.