aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentacao.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentacao.mdwn b/documentacao.mdwn
index bbf7ddb13d6..5f32553413e 100644
--- a/documentacao.mdwn
+++ b/documentacao.mdwn
@@ -46,7 +46,7 @@ Já nos servidor remoto:
cd /var/cache/sites
git clone arquivo.git arquivo && rm -rf arquivo.git
chown -R arquivo. arquivo
- cd arquivo && git annex init SERVIDOR && make whoami && make post_update
+ cd arquivo && git annex init SERVIDOR && make whoami && make post_receive
A partir deste ponto você já pode adicionar usar o repositório normalmente.