summaryrefslogtreecommitdiff
path: root/lib/bundler/capistrano.rb
diff options
context:
space:
mode:
authorAditya Prakash <aditya.prakash132@gmail.com>2016-03-08 11:50:15 +0530
committerAditya Prakash <aditya.prakash132@gmail.com>2016-03-09 07:51:32 +0530
commit4eefb1ee2b8e2c2ba005ec27003bbf83b174f374 (patch)
tree638a46a55a2e6cf1221b1512647b56c6d6347207 /lib/bundler/capistrano.rb
parentfeb41629b7cf0267e624857393f7cf198c764755 (diff)
downloadbundler-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.rb2
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"