stacklio / stackl

An open source, end-to-end application orchestration platform.
https://stackl.io
GNU General Public License v3.0
5 stars 4 forks source link

(cli) Typo when deleting an instance that does not exist #245

Closed stgrace closed 3 years ago

stgrace commented 3 years ago

Expected Result

$ stackl delete instance example
{'result': "Stack instance example can't be deleted because it does not exist"}

Actual Result

$ stackl delete instance example
{'result': "Stack instance example can't be delete because it does not exist"}

Steps To Reproduce

Try to delete a stack instance that does not exist