diff options
author | Terence Lee <hone02@gmail.com> | 2012-08-30 01:02:24 -0500 |
---|---|---|
committer | Terence Lee <hone02@gmail.com> | 2012-08-30 01:02:24 -0500 |
commit | e0c44514efbd73dbe4a8b60a5a9795d5f5ba2004 (patch) | |
tree | 98268d710b267caa2f892cbb8d303c422d35bc53 /man | |
parent | 295fd048b03dc537228e0e3fade255369d57b00a (diff) | |
download | bundler-e0c44514efbd73dbe4a8b60a5a9795d5f5ba2004.tar.gz |
fix whitespace test
Diffstat (limited to 'man')
-rw-r--r-- | man/bundle-platform.ronn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-platform.ronn b/man/bundle-platform.ronn index fc6a5741b4..00b833d901 100644 --- a/man/bundle-platform.ronn +++ b/man/bundle-platform.ronn @@ -33,7 +33,7 @@ If you run `bundle platform` on Ruby 1.9.3, it will display the following output `platform` will list all the platforms in your `Gemfile.lock` as well as the `ruby` directive if applicable from your Gemfile(5). It will also let you know if the `ruby` directive requirement has been met. If `ruby` directive doesn't -match the running Ruby VM, it will tell you what part does not. +match the running Ruby VM, it will tell you what part does not. ## OPTIONS |