Updated path for theme

This commit is contained in:
saurabhbhatia 2013-10-29 12:21:55 +08:00
parent b55a9ce535
commit fead457616
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace :new_site do
def upload_package
temp_file = Tempfile.new("temp_file")
path = File.expand_path('~')
puts original_file = File.open("#{path}/orbit_theme/Orbit-Default.zip")
puts original_file = File.open("#{path}/orbitdefault.zip")
#if original_file.content_type == 'application/zip'
temp_file.write(original_file.read.force_encoding('UTF-8'))
temp_file.rewind