Skip to content
Snippets Groups Projects
Commit fb1b3fe4 authored by Steven Murray's avatar Steven Murray Committed by Cedric Caffy
Browse files

CtaAdminCmd::send() now calls formattedText.printMediaTypeLsHeader()

parent d6e7034e
Branches
Tags
No related merge requests found
......@@ -297,6 +297,7 @@ void CtaAdminCmd::send() const
case HeaderType::DISKSYSTEM_LS: formattedText.printDiskSystemLsHeader(); break;
case HeaderType::VIRTUALORGANIZATION_LS: formattedText.printVirtualOrganizationLsHeader(); break;
case HeaderType::VERSION_CMD: formattedText.printVersionHeader(); break;
case HeaderType::MEDIATYPE_LS: formattedText.printMediaTypeLsHeader(); break;
case HeaderType::NONE:
default: break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment