summaryrefslogtreecommitdiff
path: root/jt.md
diff options
context:
space:
mode:
Diffstat (limited to 'jt.md')
-rw-r--r--jt.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/jt.md b/jt.md
index 7265724..0ffcc2d 100644
--- a/jt.md
+++ b/jt.md
@@ -312,15 +312,15 @@ when I try to run jt --editor=none --dirname=jrnl new --topic foo.bar "Abracadab
then command fails
then stderr contains "foo.bar"
-when I run jt --editor=none --dirname=jrnl new-topic foo.bar "Things about Foobars"
+when I run jt --editor=none --dirname=jrnl new-topic topics/foo.bar "Things about Foobars"
then command is successful
-then file jrnl/foo.bar.mdwn contains "Things about Foobars"
+then file jrnl/topics/foo.bar.mdwn contains "Things about Foobars"
then there are no uncommitted changes in jrnl
-when I run jt --editor=none --dirname=jrnl new --topic foo.bar "Abracadabra"
+when I run jt --editor=none --dirname=jrnl new --topic topics/foo.bar "Abracadabra"
then command is successful
and there is one draft in jrnl
-and draft 0 in jrnl links to "foo.bar"
+and draft 0 in jrnl links to "topics/foo.bar"
~~~