From 6015bbeeaf897c75065d0b18e119e2614e1d1f44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Thu, 25 Jul 2019 10:43:36 +0200 Subject: [bundler/bundler] Fix incorrect sectioning in `gemfile` man page https://github.com/bundler/bundler/commit/428f53bef0 --- man/gemfile.5.ronn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'man') diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn index 9fe4176a30..41f1062fe1 100644 --- a/man/gemfile.5.ronn +++ b/man/gemfile.5.ronn @@ -310,8 +310,7 @@ Git repositories support a number of additional options. * `branch`, `tag`, and `ref`: You `MUST` only specify at most one of these options. The default - is `:branch => "master"` - * For example: + is `:branch => "master"`. For example: git "https://github.com/rails/rails.git", :branch => "5-0-stable" do -- cgit v1.2.1