-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
Description
Hello,
because of the latest change in v1.1.0, now charts_dir
doesn't work with "." (current working directory)
Line 228 in c3d308d
local depth=$(( $(tr "/" "\n" <<< "$charts_dir" | wc -l) + 1 )) |
This expression cannot be less than 2
that's why no changes detected in the current working directory.
$ echo $(( $(tr "/" "\n" <<< "." | wc -l) + 1 ))
2
The + 1
should be removed.
ohdearaugustin, ravikrs, SamuAlfageme, Chili-Man, colearendt and 2 more
Metadata
Metadata
Assignees
Labels
No labels