diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-30 16:35:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-30 16:35:44 -0400 |
commit | 2bfbad7af4e3e09287b4c06c958d0929c0c7bc63 (patch) | |
tree | 442771f0099506df5037227c8ef690c5a411499c /ikiwiki.in | |
parent | d9dc2c6be52ab4d50585e3b1211a061b77b51e5c (diff) | |
parent | b5bc0e812d7bc5b69826039131b74071d23337c1 (diff) |
Merge branch 'master' into tova
Diffstat (limited to 'ikiwiki.in')
-rwxr-xr-x | ikiwiki.in | 2 |
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 { |