summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew White <andrew.white@unboxed.co>2016-12-22 08:07:04 +0000
committerAndrew White <andrew.white@unboxed.co>2016-12-22 08:07:04 +0000
commite217f6d1f39efa4802f361adcc4ab6145b6026fe (patch)
tree6891b29bf6d5b2e9b6df7826182863cfa245cad8
parent148816f865c323bbb170d61c211f09c99ca3cbce (diff)
downloadbundler-e217f6d1f39efa4802f361adcc4ab6145b6026fe.tar.gz
Use correct hook name in comment
-rw-r--r--lib/bundler/plugin/api/source.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/plugin/api/source.rb b/lib/bundler/plugin/api/source.rb
index 78514563f7..b129576b7d 100644
--- a/lib/bundler/plugin/api/source.rb
+++ b/lib/bundler/plugin/api/source.rb
@@ -93,7 +93,7 @@ module Bundler
# It should be called in `install` after the plugin is done placing the
# gem at correct install location.
#
- # It also runs Gem hooks `post_install`, `post_build` and `post_install`
+ # It also runs Gem hooks `pre_install`, `post_build` and `post_install`
#
# Note: Do not override if you don't know what you are doing.
def post_install(spec, disable_exts = false)