Skip to content

Commit

Permalink
fix: FindZoxideSession exists boolean (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbistriceanu committed Sep 6, 2024
1 parent 1586ea6 commit b60c9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lister/zoxide.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ func (l *RealLister) FindZoxideSession(path string) (model.SeshSession, bool) {
Name: result.Path,
Path: result.Path,
Score: result.Score,
}, false
}, true
}

0 comments on commit b60c9e5

Please sign in to comment.