1
0
Fork 0

Fix mistake in code

This commit is contained in:
Andrey Orst 2018-09-22 22:44:45 +03:00 committed by GitHub
parent 61e26193e4
commit b2141bef99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ expand '$cmd' to it's value.
" \ fzf-ripgrep-good %{ " \ fzf-ripgrep-good %{
evaluate-commands %sh{ evaluate-commands %sh{
if [ -z $(command -v rg) ]; then if [ -z $(command -v rg) ]; then
echo "echo -markup '{Information}$kak_opt_fzf_file_command is not installed. Falling back to ''find'''" echo "echo -markup '{Information}''rg'' is not installed. Falling back to ''find'''"
cmd="find -type f" cmd="find -type f"
else else
cmd="rg --files" cmd="rg --files"