diff options
| author | Ben Sima <ben@bensima.com> | 2025-11-26 08:27:25 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-11-26 08:27:25 -0500 |
| commit | b8df9ce47e36b0c643701f07fd24b1e75c8389c5 (patch) | |
| tree | 4f0cf18b7440887800c5a7e089e3f6106de8eeb9 /Omni | |
| parent | fdc00295da1e3575b28acab0a8aacfae85613f2b (diff) | |
Remove outdated git commit note from task update
Diffstat (limited to 'Omni')
| -rw-r--r-- | Omni/Task.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Omni/Task.hs b/Omni/Task.hs index 74e1e8a..da3b23a 100644 --- a/Omni/Task.hs +++ b/Omni/Task.hs @@ -324,9 +324,7 @@ move' args updateTaskStatus tid newStatus deps if isJsonMode args then outputSuccess <| "Updated task " <> tid - else do - putStrLn <| "Updated task " <> T.unpack tid - putText "Note: Task changes will be committed automatically on your next git commit." + else putStrLn <| "Updated task " <> T.unpack tid | args `Cli.has` Cli.command "deps" = do tid <- getArgText args "id" if isJsonMode args |
