diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,5 +21,5 @@ web: web_deploy: @rsync -avz --delete ./ arquivo:/var/cache/sites/arquivo/ -post_update: .git/hooks/post-update +post_update: cd .git/hooks && ln -sf ../../bin/post-update |