aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-09-12 00:24:57 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-09-12 00:24:57 -0400
commitf1999df705f22638a6d9d44c728c4282e674b982 (patch)
tree857e6ec86ac936f88a314a835efe4f6d672ac178 /IkiWiki
parent65bf8a278fa6a2aa13b4a1ffd98113aa1f3620f3 (diff)
downloadikiwiki-f1999df705f22638a6d9d44c728c4282e674b982.tar
ikiwiki-f1999df705f22638a6d9d44c728c4282e674b982.tar.gz
remove cgi exclusion
Note that a typical use of this plugin is for a static site, w/o cgi support enabled.
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/rsync.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/rsync.pm b/IkiWiki/Plugin/rsync.pm
index 45bff19bd..e38801e4a 100644
--- a/IkiWiki/Plugin/rsync.pm
+++ b/IkiWiki/Plugin/rsync.pm
@@ -19,7 +19,7 @@ sub getsetup () {
},
rsync_command => {
type => "string",
- example => "rsync -qa --delete . user\@host:/path/to/docroot/ --exclude ikiwiki.cgi",
+ example => "rsync -qa --delete . user\@host:/path/to/docroot/",
description => "command to run to sync updated pages",
safe => 0,
rebuild => 0,