diff options
author | Aditya Prakash <aditya.prakash132@gmail.com> | 2016-03-08 11:50:15 +0530 |
---|---|---|
committer | Aditya Prakash <aditya.prakash132@gmail.com> | 2016-03-09 07:51:32 +0530 |
commit | 4eefb1ee2b8e2c2ba005ec27003bbf83b174f374 (patch) | |
tree | 638a46a55a2e6cf1221b1512647b56c6d6347207 /lib/bundler/capistrano.rb | |
parent | feb41629b7cf0267e624857393f7cf198c764755 (diff) | |
download | bundler-4eefb1ee2b8e2c2ba005ec27003bbf83b174f374.tar.gz |
Add test for checking langauge of sentences used in source code
Diffstat (limited to 'lib/bundler/capistrano.rb')
-rw-r--r-- | lib/bundler/capistrano.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/capistrano.rb b/lib/bundler/capistrano.rb index 2a4954d964..7b0bbbd6d2 100644 --- a/lib/bundler/capistrano.rb +++ b/lib/bundler/capistrano.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # Capistrano task for Bundler. # -# Just add "require 'bundler/capistrano'" in your Capistrano deploy.rb, and +# Add "require 'bundler/capistrano'" in your Capistrano deploy.rb, and # Bundler will be activated after each new deployment. require "bundler/deployment" require "capistrano/version" |