We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b75903 commit b636f0dCopy full SHA for b636f0d
1 file changed
client/deis/client.py
@@ -721,7 +721,7 @@ def layers_destroy(self, args):
721
if not formation:
722
formation = self._session.formation
723
layer = args['<id>']
724
- sys.stdout.write('Destroying layer {layer}...'.format(**locals()))
+ sys.stdout.write('Destroying {layer} layer... '.format(**locals()))
725
sys.stdout.flush()
726
response = self._dispatch('delete',
727
'/api/formations/{formation}/layers/{layer}'.format(**locals()))
0 commit comments