summaryrefslogtreecommitdiff
path: root/doc/manifest.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manifest.rst')
-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