diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-08-12 13:14:49 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-08-20 12:03:17 -0400 |
commit | 24269204508d8cf8f963eb9c7d149d18840e4dad (patch) | |
tree | c94ac0fdab5496fa4969098604ffcfaa87c18678 /.envrc-local_ | |
parent | configuration reorganized into config files (diff) |
config, clean up and make a bit more consistent
- check version settings with:
rg -A2 _version_set$ org
Diffstat (limited to '.envrc-local_')
-rw-r--r-- | .envrc-local_ | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.envrc-local_ b/.envrc-local_ index 11de339..2139454 100644 --- a/.envrc-local_ +++ b/.envrc-local_ @@ -109,8 +109,7 @@ $SpineBIN/spine --verbose --dark --pod --epub --html --html-link-harvest --harve #+END_SRC ** sequential tasks - -*** sqlite db (shared) - create db +*** sqlite db (shared) - create db #+BEGIN_SRC sh $SpineBIN/spine --very-verbose --sqlite-db-create --output="$SpineOUTversioned" |