summaryrefslogtreecommitdiff
path: root/subplot/jt.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-10-09 10:29:41 +0300
committerLars Wirzenius <liw@liw.fi>2020-10-09 10:29:41 +0300
commit4332fb7fbc316b5a64c99e50cb6384bda656b136 (patch)
tree6cbf45467df7577f4e04f34f8d49c9520e9447fd /subplot/jt.yaml
parentbff6f54a403411e7730b405fa7ff0de81caf9f44 (diff)
downloadjt2-4332fb7fbc316b5a64c99e50cb6384bda656b136.tar.gz
chore: update vendored copy of runcmd library from Subplot
Since the library interface has change, make relevant changes elsewhere.
Diffstat (limited to 'subplot/jt.yaml')
-rw-r--r--subplot/jt.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/subplot/jt.yaml b/subplot/jt.yaml
index 863dbeb..77b8c82 100644
--- a/subplot/jt.yaml
+++ b/subplot/jt.yaml
@@ -1,11 +1,11 @@
-- when: I run jt init (?P<dirname>\S+) (?P<journalname>\S+) "(?P<title>.*)"
+- when: I invoke jt init (?P<dirname>\S+) (?P<journalname>\S+) "(?P<title>.*)"
regex: true
function: run_jt_init
-- when: I run jt list-journals
+- when: I invoke jt list-journals
function: run_jt_list_journals
-- when: I run jt is-journal {dirname}
+- when: I invoke jt is-journal {dirname}
function: run_jt_is_journal
- then: directory {dirname} exists