Changed message indicating no information fetched from CF

This commit is contained in:
nsingh
2017-01-12 10:46:53 -08:00
parent 5251ddd831
commit d4d1de483c

View File

@@ -88,7 +88,7 @@ public class CfCliParamsProvider implements ClientParamsProvider {
*/
@Override
public String noParamsAvailableMessage() {
return "No valid Cloud Foundry connection found. Please use cf CLI to configure and login to Cloud Foundry.";
return "Unable to fetch information from Cloud Foundry. Please use cf CLI to configure and login to Cloud Foundry.";
}
private File getConfigJsonFile() throws IOException, InterruptedException {