Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed May 15, 2018
1 parent 380b521 commit 5bbdd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IM/connectors/Azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ def updateVMInfo(self, vm, auth_data):
self.log_warn("The VM does not exists.")
# check if the RG still exists
if self.get_rg(group_name, credentials, subscription_id):
self.log_info("But the RG %s does exits. Retun OFF." % group_name)
self.log_info("But the RG %s does exits. Return OFF." % group_name)
vm.state = VirtualMachine.OFF
return (True, vm)

Expand Down

0 comments on commit 5bbdd59

Please sign in to comment.