Commit 1e678e59 authored by Spiros Koulouzis's avatar Spiros Koulouzis

fix typo

parent 77564dcb
...@@ -19,7 +19,7 @@ public class CloudsStormVM { ...@@ -19,7 +19,7 @@ public class CloudsStormVM {
@JsonProperty("nodeType") @JsonProperty("nodeType")
private String nodeType = null; private String nodeType = null;
@JsonProperty("OSType") @JsonProperty("OStype")
private String osType = null; private String osType = null;
@JsonProperty("script") @JsonProperty("script")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment