Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
coderanger committed Apr 24, 2017
1 parent e46fad6 commit 9181968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -23,7 +23,7 @@ def dev_gem(name, path: File.join('..', name), github: nil)
if File.exist?(path)
gem name, path: path
elsif github
gem name, git: "https://gitub.com/#{github}.git"
gem name, git: "https://github.com/#{github}.git"
end
end

Expand Down

0 comments on commit 9181968

Please sign in to comment.