X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/66507bbb275a0537496084f9736076d9edc5d1d6..69551bd0e85d95133447a5dda6f2e221830b825c:/doc/sample_hooks/post-merge-unclobber diff --git a/doc/sample_hooks/post-merge-unclobber b/doc/sample_hooks/post-merge-unclobber index 23c757c..2b8f286 100755 --- a/doc/sample_hooks/post-merge-unclobber +++ b/doc/sample_hooks/post-merge-unclobber @@ -7,4 +7,4 @@ # directory. Git and thus vcsh now see these as un-staged changes to the # working branch and you can deal with them as usual. -find -name '*.vcsh-unclobber' -execdir rename .vcsh-unclobber '' {} \; +find . -name '*.vcsh-unclobber' -execdir rename .vcsh-unclobber '' {} \;