aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6ef77cc..08f617e 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ fripost-web: # creates home page
find publish -name "*~" -delete
send: # sends to fripost.org for publication
- rsync -ruvp publish/ fripost@fripost.org/fripost.org/
+ rsync -ruvp publish/ fripost@fripost.org:fripost.org/
clean:
rm *~*; rm test test.d/test; rmdir test.d