Created
January 21, 2017 05:00
-
-
Save twe4ked/9b6cb443a9986efbf00fac5127746e8f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git_source(:github) do |repo_name| | |
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") | |
"https://github.com/#{repo_name}.git" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment