Skip to content

Commit fba6bf5

Browse files
Update api/src/main/java/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java
Co-authored-by: dahn <[email protected]>
1 parent 3574cdc commit fba6bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ public String getEventDescription() {
758758
if(getStartVm()) {
759759
return "starting VM. VM Id: " + getEntityUuid();
760760
}
761-
return "deploying Vm. VM Id: " + getEntityUuid();
761+
return "deploying VM. VM Id: " + getEntityUuid();
762762
}
763763

764764
@Override

0 commit comments

Comments
 (0)