mirror of https://github.com/apache/cloudstack.git
command name returned
This commit is contained in:
parent
ef72bd7c67
commit
cd3a72c1f9
|
|
@ -80,7 +80,7 @@ public class UploadTemplateDirectDownloadCertificate extends BaseCmd {
|
|||
|
||||
@Override
|
||||
public String getCommandName() {
|
||||
return UploadTemplateDirectDownloadCertificate.APINAME;
|
||||
return APINAME.toLowerCase() + BaseCmd.RESPONSE_SUFFIX;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue