aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki.in
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-30 15:40:08 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-30 15:40:08 -0400
commitb5bc0e812d7bc5b69826039131b74071d23337c1 (patch)
tree89c88c062e637108a31505e31549b172c23f0411 /ikiwiki.in
parent4a2b401fd05806c9faaf160b3046a17caca7dbd2 (diff)
downloadikiwiki-b5bc0e812d7bc5b69826039131b74071d23337c1.tar
ikiwiki-b5bc0e812d7bc5b69826039131b74071d23337c1.tar.gz
don't say rebuilding wiki when refreshing
If run w/o --refresh, it should still say "refreshing wiki", if there's no setup file specifed.
Diffstat (limited to 'ikiwiki.in')
-rwxr-xr-xikiwiki.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki.in b/ikiwiki.in
index f96daab0b..973ae3b31 100755
--- a/ikiwiki.in
+++ b/ikiwiki.in
@@ -184,7 +184,7 @@ sub main () { #{{{
# do nothing
}
else {
- if (! $config{refresh}) {
+ if ($config{rebuild}}) {
debug(gettext("rebuilding wiki.."));
}
else {