fix path join
s
#69
Labels
good first issue
Good for newcomers
refactor
Changes that just moves code around without altering features
use
path join "foo" "bar"
instead ofpath join "foo/bar"
to abstract path joining.The text was updated successfully, but these errors were encountered: