Fixing typo
This commit is contained in:
parent
9a1918c628
commit
1d48c9658a
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ EXAMPLES='''
|
||||||
- bundler: state=present deployment=yes
|
- bundler: state=present deployment=yes
|
||||||
|
|
||||||
# Installs gems using a Gemfile in another directory
|
# 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
|
# Updates Gemfile in another directory
|
||||||
- bundler: state=latest chdir=~/rails_project
|
- bundler: state=latest chdir=~/rails_project
|
||||||
|
|
Loading…
Reference in a new issue