From 2affe20fb2cc0800221dbdc70a46c655f3ed0a38 Mon Sep 17 00:00:00 2001 From: Avery Pennarun Date: Thu, 11 Oct 2018 03:34:25 -0400 Subject: [PATCH] redo.me: missing .do in do search path description. [Noticed by mait on github.] --- Documentation/redo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/redo.md b/Documentation/redo.md index 4e1fb3f..39344c6 100644 --- a/Documentation/redo.md +++ b/Documentation/redo.md @@ -126,7 +126,7 @@ directories. For example, if given a target named `../a/b/xtarget.y`, redo will look for a .do file in the following order: -- $PWD/../a/b/xtarget.y +- $PWD/../a/b/xtarget.y.do - $PWD/../a/b/default.y.do - $PWD/../a/b/default.do - $PWD/../a/default.y.do