mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Zgrep shouldnt use dev.
This commit is contained in:
parent
46b371c8a4
commit
ec066f54e9
1 changed files with 1 additions and 1 deletions
|
@ -100,4 +100,4 @@ if __name__ == "__main__":
|
|||
path = options.path
|
||||
find = options.find
|
||||
command = "zgrep \"%s\"" % find
|
||||
main(role="app", role2="dev", command=command, path=path)
|
||||
main(role="app", command=command, path=path)
|
||||
|
|
Loading…
Add table
Reference in a new issue