summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author·𐑑𐑴𐑕𐑑𐑩𐑀2025-12-23 09:15:29 +0000
committer·𐑑𐑴𐑕𐑑𐑩𐑀2025-12-23 09:15:29 +0000
commit319f5e92a2ecd0d35e5b718900e3b2652f27ff9d (patch)
treedabfc804fea15a14c3d85abc83ef00782fc1ad9e
parent9e67d160e42abc17428e9c30d7d336cea960f87a (diff)
downloadnixtaml-319f5e92a2ecd0d35e5b718900e3b2652f27ff9d.tar
nixtaml-319f5e92a2ecd0d35e5b718900e3b2652f27ff9d.tar.gz
nixtaml-319f5e92a2ecd0d35e5b718900e3b2652f27ff9d.tar.bz2
nixtaml-319f5e92a2ecd0d35e5b718900e3b2652f27ff9d.tar.lz
nixtaml-319f5e92a2ecd0d35e5b718900e3b2652f27ff9d.tar.xz
nixtaml-319f5e92a2ecd0d35e5b718900e3b2652f27ff9d.tar.zst
nixtaml-319f5e92a2ecd0d35e5b718900e3b2652f27ff9d.zip
doc/manifest: fix directory latest-cmd
There isn’t recursive resolver (yet?) for these sorts of value
-rw-r--r--doc/manifest.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/manifest.rst b/doc/manifest.rst
index 204dcdc..3da2154 100644
--- a/doc/manifest.rst
+++ b/doc/manifest.rst
@@ -276,9 +276,7 @@ Local directory checking for latest modification
url "file:///home/toastal/my-project"
}
latest-cmd {
- $ printf "%s" "{{url}}"
- | sed "s|^file://||"
- | xargs find "-print0"
+ $ find "/home/toastal/my-project" "-print0"
| xargs "-0" stat -c %Y
| sort -n
| tail -n1