It works on my computer

This commit is contained in:
2023-03-17 00:08:48 +02:00
parent 8cdfc98555
commit 1c86f4301c

View File

@@ -1187,7 +1187,7 @@ def node_action(action):
print("Invalid action command")
exit(0)
if(succeded):
print("%s node %s was successfully" % (providerName.upper(), action))
print("%s node %s was successful" % (providerName.upper(), action))
else:
print("%s node could not %s" % (providerName.upper(), action))
if providerName == "azure" and action == "delete":
@@ -1233,7 +1233,7 @@ def node_action_all(action):
print("Invalid action command")
exit(0)
if(succeded):
print("%s node %s was successfully" % (node.name, action))
print("%s node %s was successful" % (node.name, action))
else:
print("%s node could not %s" % (node.name, action))
if providerName == "azure" and action == "delete":