From b866ab863c7a2c40d0644d1756918600f9672f76 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: May 13 2013 16:05:43 +0000 Subject: Typo correction for fedorahosted-fedmsg.txt. --- diff --git a/fedorahosted-fedmsg.txt b/fedorahosted-fedmsg.txt index 6500852..c49d1f5 100644 --- a/fedorahosted-fedmsg.txt +++ b/fedorahosted-fedmsg.txt @@ -46,8 +46,8 @@ How to enable the fedmsg plugin for a fedora hosted project. Make a backup of the old post-receive hook. It should be empty when you encounter it, but just to be safe:: - $ mv /srv/git/projects/$PROJECT.git/hooks/post-receive \ - /srv/git/projects/$PROJECT.git/hooks/post-receive.orig + $ mv /srv/git/$PROJECT.git/hooks/post-receive \ + /srv/git/$PROJECT.git/hooks/post-receive.orig Then, symlink in the new post-receive hook with::