Skip to content

Commit

Permalink
grammarz
Browse files Browse the repository at this point in the history
  • Loading branch information
jprobinson committed Feb 20, 2019
1 parent 5ca2d9e commit 89903dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ type GAE struct {
// MaxVersions is an optional value that can be used along with the "deploy" or
// "update" actions. If set to a non-zero value, the plugin will look up the versions
// of the deployed service and delete any older versions beyond the "max" value
// provided. If any of the "older" versions that should be deleted is actually
// provided. If any of the "older" versions that should be deleted are actually
// serving traffic, they will not be deleted. This may result in the actual version
// count being higher than the max listed here.
MaxVersions int `json:"max_versions"`
Expand Down

0 comments on commit 89903dc

Please sign in to comment.