Fix typo: 1.0.5 -> 1.1.0

Code says `github "java",     "1.1.0"`, but documentation says "1.0.5", so I fixed it.
This commit is contained in:
Adam Bowen 2013-05-20 11:00:21 -04:00
parent 3e3b928dc5
commit b39cff5735

View file

@ -160,7 +160,7 @@ boxen repo (ex. /path/to/your-boxen/Puppetfile):
github "java", "1.1.0" github "java", "1.1.0"
In the above snippet of a customized Puppetfile, the bottom line In the above snippet of a customized Puppetfile, the bottom line
includes the Java module from Github using the tag "1.0.5" from the github repository includes the Java module from Github using the tag "1.1.0" from the github repository
"boxen/puppet-java". The function "github" is defined at the top of the Puppetfile "boxen/puppet-java". The function "github" is defined at the top of the Puppetfile
and takes the name of the module, the version, and optional repo location: and takes the name of the module, the version, and optional repo location: