Skip to content

Commit

Permalink
Update ok_cugit.markdown
Browse files Browse the repository at this point in the history
ARGV[2] should be ARGV[0] with template
  • Loading branch information
morganmiller committed May 4, 2015
1 parent 19f342a commit 3e3fe96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ok_cugit.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ name/email pair should not appear more than once.
```ruby
require_relative 'finder'

repo_name = ARGV[2]
repo_name = ARGV[0]
finder = OkCuGit::Finder.new(repo_name)
contacts = finder.all_contributors
puts contacts.join("\n")
Expand Down

0 comments on commit 3e3fe96

Please sign in to comment.