From 20d0a67c0765634057a82b7aa0042ac8c0ec7cef00fc0c498ce54ed03648f3ef Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Mon, 10 Jun 2024 00:00:00 +0000 Subject: Modify script Avoid changing the directory and include submodules. --- content/entry/why-i-timestamped-my-journal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content') 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 ``` -- cgit v1.2.3