Merge pull request #3544 from radu-matei/patch-1

Fix minor typo
pull/3437/merge
Matthew Fisher 6 years ago committed by GitHub
commit 642ad5c13e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -375,7 +375,7 @@ func UpgradeForce(force bool) UpdateOption {
type ContentOption func(*options)
// ContentReleaseVersion will instruct Tiller to retrieve the content
// of a paritcular version of a release.
// of a particular version of a release.
func ContentReleaseVersion(version int32) ContentOption {
return func(opts *options) {
opts.contentReq.Version = version

Loading…
Cancel
Save