Fix false positive in findHooks.php
authorKunal Mehta <legoktm@gmail.com>
Wed, 13 Nov 2013 07:24:27 +0000 (23:24 -0800)
committerIAlex <codereview@emsenhuber.ch>
Wed, 13 Nov 2013 12:12:57 +0000 (12:12 +0000)
Use " instead of ', so the script doesn't think it's a hook

Change-Id: Idb28a368eee6bcfe70d1d3aa0a89329769d3fa26

docs/hooks.txt

index 864ca27..1cd112b 100644 (file)
@@ -2852,4 +2852,4 @@ data. Can be used to post-process the results.
   of values).
 
 More hooks might be available but undocumented, you can execute
-'php maintenance/findHooks.php' to find hidden ones.
+"php maintenance/findHooks.php" to find hidden ones.