Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: zachaller <[email protected]>
  • Loading branch information
zachaller committed Jun 28, 2022
1 parent a32da8a commit 89f8f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollout/trafficrouting/istio/istio.go
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ func (r *Reconciler) reconcileVirtualServiceMirrorRoutes(virtualService v1alpha1
//Remove mirror route
err := removeRoute(istioVirtualService, mirrorRoute.Name)
if err != nil {
return fmt.Errorf("[reconcileVirtualServiceMirrorRoutes] failed to remove route from vitual service: %w", err)
return fmt.Errorf("[reconcileVirtualServiceMirrorRoutes] failed to remove route from virtual service: %w", err)
}
return nil
}
Expand Down

0 comments on commit 89f8f19

Please sign in to comment.