diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-31 14:54:22 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-31 14:54:22 -0500 |
commit | 794dbd24767c8ca856af22d280e3ce3a41e0d8d7 (patch) | |
tree | 23db9b50221016eba9678ec9554b72ad0856e917 /doc/tips | |
parent | 2b0473f09056120337637676f8f54bcd68c63442 (diff) |
fix moveprefs transition
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/upgrade_to_3.0.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/upgrade_to_3.0.mdwn b/doc/tips/upgrade_to_3.0.mdwn index a9664dfc3..8adc040a1 100644 --- a/doc/tips/upgrade_to_3.0.mdwn +++ b/doc/tips/upgrade_to_3.0.mdwn @@ -21,7 +21,7 @@ setup file, and will no longer appear on the admin preferences page once your wiki is upgraded to 3.0. You can move these preferences into the setup file by running -`ikiwiki-transition moveprefs your.setup` +`ikiwiki-transition moveprefs your.setup; ikiwiki -setup your.setup -refresh -wrappers` (Make sure you have converted the setup file to the new format first.) |