Skip to content

Commit

Permalink
fix: todo comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr committed Jul 7, 2023
1 parent 631c029 commit 07da49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cargo/kilnfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 07da49c

Please sign in to comment.