Skip to content

Commit

Permalink
Fix formmating
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreya Anil Naik committed Dec 17, 2021
1 parent f8f122c commit d148fad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func ApplyAddOn(versionName string) {
Expect(err).ToNot(HaveOccurred())
}

var status string = ""
var status = ""

By("waiting for addon to be ACTIVE")
for status != "ACTIVE" {
Expand Down

0 comments on commit d148fad

Please sign in to comment.