> @@ -82,6 +82,10 @@ public void copyTo(TemplateOptions to) {
>              eTo.noKeyPair();
>           if (getUserData() != null)
>              eTo.userData(getUserData());
> +         if (getMaxCount() != 0)

Changing this to > 0 to deal with the below.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/277/files#r9472292

Reply via email to