diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2024-06-10 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2024-06-10 00:00:00 +0000 |
commit | 20d0a67c0765634057a82b7aa0042ac8c0ec7cef00fc0c498ce54ed03648f3ef (patch) | |
tree | 823a39fadd7fc684fccd79b04b7c4c11202b0d9210d515013347e951a2ea27c1 /content | |
parent | 391626f5a7770b77ffb356bb02ade55b22d05b72371713c5babfc914effb742c (diff) | |
download | journal-20d0a67c0765634057a82b7aa0042ac8c0ec7cef00fc0c498ce54ed03648f3ef.tar.gz journal-20d0a67c0765634057a82b7aa0042ac8c0ec7cef00fc0c498ce54ed03648f3ef.zip |
Modify script
Avoid changing the directory and include submodules.
Diffstat (limited to 'content')
-rw-r--r-- | content/entry/why-i-timestamped-my-journal.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/entry/why-i-timestamped-my-journal.md b/content/entry/why-i-timestamped-my-journal.md index 9b416d8..bc2830a 100644 --- a/content/entry/why-i-timestamped-my-journal.md +++ b/content/entry/why-i-timestamped-my-journal.md @@ -32,8 +32,8 @@ Prerequisites: Commands: ```sh -git clone https://git.nicholasjohnson.ch/journal && cd journal -ots verify -d "$(git show-ref --hash signify-signature-10)" static/timestamp-2.ots +git clone --recursive https://git.nicholasjohnson.ch/journal +ots verify -d "$(git -C journal show-ref --hash signify-signature-10)" journal/static/timestamp-2.ots ``` |