From 07da49c5fc7cd30f9e1c18febeee258dfbf0f1d8 Mon Sep 17 00:00:00 2001 From: Christopher Hunter Date: Wed, 28 Jun 2023 13:24:53 -0700 Subject: [PATCH] fix: todo comment typo --- pkg/cargo/kilnfile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cargo/kilnfile.go b/pkg/cargo/kilnfile.go index 271cbd50d..b3977c225 100644 --- a/pkg/cargo/kilnfile.go +++ b/pkg/cargo/kilnfile.go @@ -49,7 +49,7 @@ func (kf *Kilnfile) Glaze(kl KilnfileLock) error { } func (kf *Kilnfile) DeGlaze(kl KilnfileLock) error { - // TODO: what do do about the stemcell??? + // TODO: what do about the stemcell??? for index, spec := range kf.Releases { lock, err := kl.FindBOSHReleaseWithName(spec.Name) if err != nil {