command name returned

This commit is contained in:
Daan Hoogland 2018-02-19 11:54:21 +01:00
parent ef72bd7c67
commit cd3a72c1f9
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public class UploadTemplateDirectDownloadCertificate extends BaseCmd {
@Override
public String getCommandName() {
return UploadTemplateDirectDownloadCertificate.APINAME;
return APINAME.toLowerCase() + BaseCmd.RESPONSE_SUFFIX;
}
@Override