stow: remove misleading comment about current dir
commitcbc12d7a3b4b41e6658bd46f46fbe3c57d9ae748
authorAdam Spiers <stow@adamspiers.org>
Sun, 7 Apr 2024 17:00:03 +0000 (7 18:00 +0100)
committerAdam Spiers <stow@adamspiers.org>
Sun, 7 Apr 2024 17:00:03 +0000 (7 18:00 +0100)
tree89f4054c95178cf3002c93a33bb3d39604164bb4
parent143dbf83e28fc77b1a2f834f6b8939090259ec32
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.
bin/stow.in