Skip to content

Commit b636f0d

Browse files
author
Gabriel Monroy
committed
make layer:destroy message consistent
1 parent 4b75903 commit b636f0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/deis/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ def layers_destroy(self, args):
721721
if not formation:
722722
formation = self._session.formation
723723
layer = args['<id>']
724-
sys.stdout.write('Destroying layer {layer}...'.format(**locals()))
724+
sys.stdout.write('Destroying {layer} layer... '.format(**locals()))
725725
sys.stdout.flush()
726726
response = self._dispatch('delete',
727727
'/api/formations/{formation}/layers/{layer}'.format(**locals()))

0 commit comments

Comments
 (0)