lib/sniff/rake_tasks.rb in sniff-0.6.1 vs lib/sniff/rake_tasks.rb in sniff-0.6.2
- old
+ new
@@ -77,10 +77,10 @@
sh 'touch docs'
end
file '.git/refs/heads/gh-pages' => 'docs/' do |f|
unless File.exist? f.name
- git 'branch gh-pages --track origin/gh-pages', 'docs'
+ git 'branch gh-pages', 'docs'
end
end
file 'docs/.git/refs/remotes/o' => 'docs/' do |f|
unless File.exist? f.name