Skip to content

Commit

Permalink
Make error message for individual VM URLs more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Milligan committed Feb 6, 2014
1 parent d052a23 commit a01dd87
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -198,7 +198,7 @@ private String getPublishedUrl(JsonArray ja, String name) throws SkytapException

// if publish set type is multiple url, throw an error
if ( publishSetType.equals("multiple_url") ){
throw new SkytapException("Multiple URLs are not supported.");
throw new SkytapException("URLs for individual VMs are not supported.");
}

// if publish set type is single url
Expand Down

0 comments on commit a01dd87

Please sign in to comment.