diff options
author | Teddy Wing | 2022-05-18 19:44:18 +0200 |
---|---|---|
committer | Teddy Wing | 2022-05-18 19:44:18 +0200 |
commit | 552183c8d9c151eee65c518df65c1a2a77beed54 (patch) | |
tree | a7f0ea1c97a2bab83b4f80bf6ea7a0bbe4fa6c47 | |
parent | 09d964a0dac4f75fbb4bd938b7aab0951899cfe6 (diff) | |
download | wajir-552183c8d9c151eee65c518df65c1a2a77beed54.tar.bz2 |
main: Update program description to match actual implementation
Update our idea sketch to reflect the current implementation.
-rw-r--r-- | src/main.lisp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.lisp b/src/main.lisp index 938a950..c469e1b 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -2,9 +2,8 @@ (defun main () ;; Query page of issues - ;; [Check not in database?] <- no ;; Start watching issue - ;; Send email to ^maildir^program^ containing message with issue metadata + ;; Send email to program containing message with issue metadata ;; Continue to next page (let ((config (parse-options))) |