Skip to content

Commit

Permalink
fix(bom): Remove colors from Halyard. (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtk54 committed Mar 2, 2017
1 parent ed22757 commit f8a7000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/generate_bom.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def __publish_config(self, component, profile_path):
profile_path [string]: Path to component's yaml configuration file.
"""
result = run_quick(
'hal admin publish profile {0} --bom-path {1} --profile-path {2}'
'hal admin publish profile {0} --color false --bom-path {1} --profile-path {2}'
.format(component, self.__bom_file, profile_path)
)
if result.returncode != 0:
Expand Down

0 comments on commit f8a7000

Please sign in to comment.