diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-04-20 20:50:11 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-04-20 20:50:28 -0400 |
commit | cd6c5db8ff3660b54a7f1295940770036cea54f4 (patch) | |
tree | b51ace43723f82559f70e2152631b084a7f72606 /org/output_hub.org | |
parent | spine_build_scaffold: nix related housekeeping (diff) |
spine options, pod uses source file structure
Diffstat (limited to 'org/output_hub.org')
-rw-r--r-- | org/output_hub.org | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/org/output_hub.org b/org/output_hub.org index f48f33f..8735dd9 100644 --- a/org/output_hub.org +++ b/org/output_hub.org @@ -97,9 +97,7 @@ import doc_reform.io_out, #+NAME: output_scheduled_task_source_or_pod #+BEGIN_SRC d if (sched == outTask.source_or_pod) { - if (doc_matters.opt.action.source) { - msg.v("spine (doc reform) source processing... "); - } + msg.v("spine (doc reform) source processing... "); if (doc_matters.opt.action.pod) { msg.v("spine (doc reform) source pod processing... "); } |