aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJames Sanderson <zofrex@gmail.com>2012-04-16 16:06:40 +0100
committerJames Sanderson <zofrex@gmail.com>2012-04-16 16:06:40 +0100
commit27290d05e4e3183ef315880a49effabd4876e2e5 (patch)
tree47d40f0dfc9fc1bcd6df37ebcf4654bad6e1b2d0 /man
parent40c36ec95e9805426caba8ceecc5d1ae9b9e23fe (diff)
downloadbundler-27290d05e4e3183ef315880a49effabd4876e2e5.tar.gz
Corrected error in :github documentation
Diffstat (limited to 'man')
-rw-r--r--man/gemfile.5.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn
index 7ef7a4e3..9446beff 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -222,7 +222,7 @@ same, you can omit one.
Are both equivalent to
- gem "rails", :github => :git://github.com/rails/rails.git"
+ gem "rails", :git => :git://github.com/rails/rails.git"
### PATH (:path)