Skip to content

Commit 58e1804

Browse files
committed
Remove reference to master for contributors'list
The clone made by travis doesn't seem to get the references.
1 parent 43b3a02 commit 58e1804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace :book do
1010
File.open("progit.asc", "w") {|file| file.puts new_contents }
1111

1212
puts "Generating contributors list"
13-
`git shortlog -s master| grep -v -E "(Straub|Chacon)" | cut -f 2- | column -c 120 > book/contributors.txt`
13+
`git shortlog -s | grep -v -E "(Straub|Chacon)" | cut -f 2- | column -c 120 > book/contributors.txt`
1414

1515
puts "Converting to HTML..."
1616
`bundle exec asciidoctor progit.asc`

0 commit comments

Comments
 (0)