+ add type in disco datastores

This commit is contained in:
Quentin Garnier 2015-01-27 15:43:11 +01:00
parent 93663f1dd9
commit 14b05ad1df
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ sub run {
sub disco_format {
my ($self, %options) = @_;
$self->{output}->add_disco_format(elements => ['name', 'accessible']);
$self->{output}->add_disco_format(elements => ['name', 'accessible', 'type']);
}
sub disco_show {