diff --git a/reddwarfclient/cli.py b/reddwarfclient/cli.py index 824a4c85..25d64600 100644 --- a/reddwarfclient/cli.py +++ b/reddwarfclient/cli.py @@ -227,7 +227,7 @@ class VersionCommands(common.AuthedCommandsBase): def list(self): """List all the supported versions""" self._require('url') - self._pretty_print(self.dbaas.versions.index, self.url) + self._pretty_list(self.dbaas.versions.index, self.url) COMMANDS = {'auth': common.Auth,