Fix search not working
This commit is contained in:
parent
90f2c62d3b
commit
014d202387
1 changed files with 1 additions and 1 deletions
2
shcrt
2
shcrt
|
@ -144,7 +144,7 @@ function scrt_search {
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
results="$(scrt_find "$query" | no_dollars)"
|
results="$(scrt_find "$query")"
|
||||||
|
|
||||||
if [[ "$results" == "" ]]; then
|
if [[ "$results" == "" ]]; then
|
||||||
alert_message "No results"
|
alert_message "No results"
|
||||||
|
|
Loading…
Reference in a new issue