diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-01 14:06:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-01 14:06:52 -0400 |
commit | 5599a5bfb5a1db6d03f0257e2d408b74ad6e8060 (patch) | |
tree | 0754eb073df5cfd7ccaab8c0de4540c149d3d55c | |
parent | 85ec27ab5822d67788a6d13255d4929a789c4435 (diff) |
typo
-rwxr-xr-x | ikiwiki.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki.in b/ikiwiki.in index 973ae3b31..4f24cfc2e 100755 --- a/ikiwiki.in +++ b/ikiwiki.in @@ -184,7 +184,7 @@ sub main () { #{{{ # do nothing } else { - if ($config{rebuild}}) { + if ($config{rebuild}) { debug(gettext("rebuilding wiki..")); } else { |