1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fixing typo

This commit is contained in:
Tim Hoiberg 2015-06-27 15:50:30 +10:00 committed by Matt Clay
parent 0ee7db13d9
commit 9b03eccbc1

View file

@ -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