snailed
/
taolf
Archived
2
0
Fork 0

Merge pull request #3 from thalting/master

fix format
This commit is contained in:
Lucas Burns 2022-09-01 10:55:09 -05:00 committed by GitHub
commit 05bacf60ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ function Lf:__on_open(term)
command = "lf",
args = {
"-remote",
("send %d select %s"):format(tonumber(data), base)
("send %s select %s"):format(data, base)
},
interactive = false,
detached = true,