Fix minor typo

pull/4207/head^2
Radu Matei 8 years ago committed by GitHub
parent f55251c1f1
commit fb68a2aa6d

@ -375,7 +375,7 @@ func UpgradeForce(force bool) UpdateOption {
type ContentOption func(*options) type ContentOption func(*options)
// ContentReleaseVersion will instruct Tiller to retrieve the content // 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 { func ContentReleaseVersion(version int32) ContentOption {
return func(opts *options) { return func(opts *options) {
opts.contentReq.Version = version opts.contentReq.Version = version

Loading…
Cancel
Save