mirror of
https://github.com/denisidoro/navi
synced 2024-11-21 19:13:07 +00:00
Remove unnecessary echo
This commit is contained in:
parent
473b409c93
commit
303f9f67d1
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ main() {
|
|||
local -r query="$(dict::get "$OPTIONS" query)"
|
||||
handler::preview "$query" \
|
||||
|| echo "Unable to find command for '$query'"
|
||||
echo "$NAVI_PATH"
|
||||
;;
|
||||
search)
|
||||
health::fzf
|
||||
|
|
Loading…
Reference in a new issue