Fix override setting
This commit is contained in:
parent
63545da224
commit
b02e09eea3
1 changed files with 2 additions and 2 deletions
|
@ -93,11 +93,11 @@ def get_prio_string(task_string):
|
|||
|
||||
|
||||
def log_done_to_taskwarrior(task_string, date):
|
||||
overrides = "rc.context=none rc.hooks=0"
|
||||
overrides = ["rc.context=none", "rc.verbose=nothing", "rc.hooks=0"]
|
||||
|
||||
cmd = [
|
||||
"task",
|
||||
overrides,
|
||||
*overrides,
|
||||
"log",
|
||||
f'"{task_string}"',
|
||||
f"entry:{date}",
|
||||
|
|
Loading…
Reference in a new issue