Fix bug: releases provider actually uses stemcells data!

This commit is contained in:
Kris De Volder
2017-07-28 15:13:17 -07:00
parent b520fdc577
commit af3ca76047

View File

@@ -21,7 +21,7 @@ import org.springframework.ide.vscode.commons.yaml.schema.DynamicSchemaContext;
public class BoshCommandReleasesProvider extends BoshCommandBasedModelProvider<ReleasesModel> {
private static final String[] COMMAND = new String[] { "stemcells", "--json" };
private static final String[] COMMAND = new String[] { "releases", "--json" };
private static final YamlTraversal RELEASES = YamlPath.EMPTY
.thenValAt("Tables")