Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.

Commit

Permalink
Typo in repo name macro
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaunier committed Oct 2, 2013
1 parent 7e461aa commit 8690ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/got_fixed_tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace :got_fixed do
end

def repo_name(repo)
"#{repo[:owner]}/#{repo[:repo]}}"
"#{repo[:owner]}/#{repo[:repo]}"
end

end

0 comments on commit 8690ff7

Please sign in to comment.