test
This commit is contained in:
parent
90f3bff895
commit
361e667884
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class Application {
|
|||
_jenkinsData = DataJenkins.fromJson(jenkinsMap!);
|
||||
|
||||
var content = await getBuildData();
|
||||
print(CLI.style(content, color: Color.green));
|
||||
print(Printer.unix().getStyle(content, color: Color.green));
|
||||
buildMap = getMapFromYaml(content);
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue