Add a comment explaining that $node_target can be adjusted for dot- prefix

This commit is contained in:
Adam Spiers 2024-03-09 17:35:35 +00:00
parent a3700e7171
commit 72084f6fec

View file

@ -426,7 +426,7 @@ sub stow_contents {
$self->stow_node( $self->stow_node(
$stow_path, $stow_path,
$package, $package,
$node_target, # target $node_target, # target, potentially adjusted for dot- prefix
join_paths($source, $node), # source join_paths($source, $node), # source
); );
} }