Merge pull request #9058 from nojnhuh/fix-typo

Fix typo
pull/9065/head
Matthew Fisher 5 years ago committed by GitHub
commit 374d5f1b53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -174,7 +174,7 @@ func (c *Client) Build(reader io.Reader, validate bool) (ResourceList, error) {
} }
// Update takes the current list of objects and target list of objects and // Update takes the current list of objects and target list of objects and
// creates resources that don't already exists, updates resources that have been // creates resources that don't already exist, updates resources that have been
// modified in the target configuration, and deletes resources from the current // modified in the target configuration, and deletes resources from the current
// configuration that are not present in the target configuration. If an error // configuration that are not present in the target configuration. If an error
// occurs, a Result will still be returned with the error, containing all // occurs, a Result will still be returned with the error, containing all

Loading…
Cancel
Save