Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tahsinrahman committed Jun 20, 2019
1 parent c2b7417 commit 8e07aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cloud/azure/actuators/cluster/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ func (r *Reconciler) deleteNSG() error {
return nil
}

func (s *Reconciler) deleteBastion() error {
func (r *Reconciler) deleteBastion() error {
vmSpec := &virtualmachines.Spec{
Name: azure.GenerateBastionVMName(s.scope.Cluster.Name),
}
Expand Down

0 comments on commit 8e07aef

Please sign in to comment.