summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorTim Hoiberg <tim.hoiberg@gmail.com>2015-06-27 15:50:30 +1000
committerTim Hoiberg <tim.hoiberg@gmail.com>2015-06-27 15:50:43 +1000
commit1d48c9658a6c539f6a82f6b857342cc20a321597 (patch)
tree0b3d9bab052968edc3f95cc7d971103062a7e47a /packaging
parent9a1918c62875fde93267213631fc8852a704f31e (diff)
downloadansible-modules-extras-1d48c9658a6c539f6a82f6b857342cc20a321597.tar.gz
Fixing typo
Diffstat (limited to 'packaging')
-rw-r--r--packaging/language/bundler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/language/bundler.py b/packaging/language/bundler.py
index 877d09db..82ef2838 100644
--- a/packaging/language/bundler.py
+++ b/packaging/language/bundler.py
@@ -110,7 +110,7 @@ EXAMPLES='''
- bundler: state=present deployment=yes
# Installs gems using a Gemfile in another directory
-- bunlder: state=present gemfile=../rails_project/Gemfile
+- bundler: state=present gemfile=../rails_project/Gemfile
# Updates Gemfile in another directory
- bundler: state=latest chdir=~/rails_project