Fixed rakefile

This commit is contained in:
Ryan McGeary 2011-09-23 17:03:13 -04:00
parent a3d879da09
commit 681c15ebdb

View file

@ -2,7 +2,7 @@ require "bundler/setup"
task :default => :watch
desc "Publish "marketing" docs"
desc "Publish \"marketing\" docs"
task :publish do
sh("git rebase master gh-pages")
sh("git checkout master")