Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Wagenet committed Feb 18, 2012
1 parent 4b26aa2 commit cb169c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -15,7 +15,7 @@ end
desc "Build the website"
task :build => 'examples:update' do
system "middleman build"
File.open("build/CNAME", 'w') do |f|
File.open("CNAME", 'w') do |f|
f.write "emberjs.com"
end
end
Expand Down

0 comments on commit cb169c1

Please sign in to comment.