Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Milas Bowman committed Jun 22, 2020
1 parent 1a08503 commit 4140ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/v1/mutate/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (i *image) compute() error {
manifestLayers := manifest.Layers
for _, add := range i.adds {
if add.Layer == nil {
// Emtpy layers include only history in manifest.
// Empty layers include only history in manifest.
continue
}

Expand Down

0 comments on commit 4140ded

Please sign in to comment.