Skip to content

Commit

Permalink
Fix directory for path listing
Browse files Browse the repository at this point in the history
Untested because I can't build on Windows at the moment.
  • Loading branch information
jangler committed Mar 25, 2024
1 parent 8832f71 commit 3f7cb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faunatone/dialog.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func (d *dialog) getPath(
action(s)
})
d.dir, d.ext = joinTreePath(dir), ext
d.targets = pathTargets(dir, ext)
d.targets = pathTargets(d.dir, ext)
d.curTargets = d.targets
}

Expand Down

0 comments on commit 3f7cb28

Please sign in to comment.