capitan icon indicating copy to clipboard operation
capitan copied to clipboard

Scale command doesn't clean up properly

Open byrnedo opened this issue 10 years ago • 0 comments

❯capitan scale app 3   
Already running capitan_app_blue_1
Already running capitan_app_blue_2
Already running capitan_app_blue_3
❯capitan scale app 2
Already running capitan_app_blue_1
Already running capitan_app_blue_2

It should remove the extra container in the above case. Probably caused by new method for checking the state.

byrnedo avatar Mar 15 '16 14:03 byrnedo