Skip to content

Commit

Permalink
Fix the godoc comment
Browse files Browse the repository at this point in the history
Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
  • Loading branch information
Warashi committed Sep 3, 2024
1 parent e38621e commit 05f4d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/piped/platformprovider/kubernetes/applier.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func (a *applier) ReplaceManifest(ctx context.Context, manifest Manifest) error
return err
}

// ReplaceManifest uses kubectl to replace the given manifests.
// ForceReplaceManifest uses kubectl to forcefully replace the given manifests.
func (a *applier) ForceReplaceManifest(ctx context.Context, manifest Manifest) error {
a.initOnce.Do(func() {
a.kubectl, a.initErr = a.findKubectl(ctx, a.getToolVersionToRun())
Expand Down

0 comments on commit 05f4d15

Please sign in to comment.