Skip to content

Commit

Permalink
add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Sep 26, 2023
1 parent 5f3d2ac commit c6c0645
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
var schema = map[string]update.Item{
"pkg/minikube/assets/addons.go": {
Replace: map[string]string{
`istio/operator:.*`: `istio/operator:{{.Version}}@{{.SHA}}"`,
`istio/operator:.*`: `istio/operator:{{.Version}}@{{.SHA}}",`,
},
},
}
Expand Down

0 comments on commit c6c0645

Please sign in to comment.