Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2478 from fluxcd/2opremio-patch-1-1
Browse files Browse the repository at this point in the history
Fix comment typos
  • Loading branch information
2opremio authored Sep 25, 2019
2 parents bf83c71 + 73b684a commit 6e4e882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manifests/manifests.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type Manifests interface {
UpdateWorkloadPolicies(def []byte, id resource.ID, update resource.PolicyUpdate) ([]byte, error)
// CreateManifestPatch obtains a patch between the original and modified manifests
CreateManifestPatch(originalManifests, modifiedManifests []byte, originalSource, modifiedSource string) ([]byte, error)
// ApplyManifestPatch applies a manifest patch (obtained with CreateManifestDiff) returned the patched manifests
// ApplyManifestPatch applies a manifest patch (obtained with CreateManifestPatch) returning the patched manifests
ApplyManifestPatch(originalManifests, patchManifests []byte, originalSource, patchSource string) ([]byte, error)
// AppendManifestToBuffer concatenates manifest bytes to a
// (possibly empty) buffer of manifest bytes; the resulting bytes
Expand Down

0 comments on commit 6e4e882

Please sign in to comment.