Skip to content

Commit cbc12d7

Browse files
committed
stow: remove misleading comment about current dir
The current directory is changed by within_target_do() which is called by `plan_stow()`, `plan_unstow()`, and `process_tasks()`. It is not changed when constructing a new `Stow` object, so remove this outdated and misleading comment. Fixes #102.
1 parent 143dbf8 commit cbc12d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/stow.in

-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,6 @@ sub main {
474474
my ($options, $pkgs_to_unstow, $pkgs_to_stow) = process_options();
475475

476476
my $stow = new Stow(%$options);
477-
# current dir is now the target directory
478477

479478
$stow->plan_unstow(@$pkgs_to_unstow);
480479
$stow->plan_stow (@$pkgs_to_stow);

0 commit comments

Comments
 (0)