diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-03-26 00:16:21 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-03-26 00:16:21 -0400 |
commit | 243b0dd082cf4b66dfef55b2c9b459109bee7398 (patch) | |
tree | ff541bf0f75deefb16864549a9982e89399883a3 /doc/bugs | |
parent | ab89494797ef6e0045428d63251287bbc05fa63b (diff) | |
download | ikiwiki-243b0dd082cf4b66dfef55b2c9b459109bee7398.tar ikiwiki-243b0dd082cf4b66dfef55b2c9b459109bee7398.tar.gz |
fix the other half of the filecheck filename bug
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/filecheck_failing_to_find_files.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/filecheck_failing_to_find_files.mdwn b/doc/bugs/filecheck_failing_to_find_files.mdwn index f8d8e83e6..6501508e4 100644 --- a/doc/bugs/filecheck_failing_to_find_files.mdwn +++ b/doc/bugs/filecheck_failing_to_find_files.mdwn @@ -25,6 +25,8 @@ It turns out that the filecheck plugin couldn't find the file, because it was me >>>>>> Yes, it works! --[[KathrynAndersen]] +applied && [[done]] + <pre> diff --git a/IkiWiki/Plugin/remove.pm b/IkiWiki/Plugin/remove.pm index f59d026..0fc180f 100644 |