migrate plugins comment

This commit is contained in:
Parker Moore 2013-01-06 00:43:54 -05:00
parent 7fd48b9ef6
commit 7ffb9ed874
1 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,8 @@ begin
f.write(deploy_configs.to_yaml)
end
# migrate
# migrate plugins
# migrate custom themes
custom_themes = Dir.glob(old_octo_dir('.themes', '*')).delete_if { |theme| theme =~ /\.themes\/classic/ }
FileUtils.cp_r custom_themes, new_octo_dir('.themes')