Skip to content

Commit

Permalink
Remove -no-color for version
Browse files Browse the repository at this point in the history
It doesn't do anything.
  • Loading branch information
dflook committed Sep 28, 2021
1 parent 2bb3cef commit e02641d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ When using an action you can specify the version as:
- [dflook/terraform-destroy-workspace](https://github.com/dflook/terraform-github-actions/tree/master/terraform-destroy-workspace#outputs): destroy-failed

### Fixed
- [dflook/terraform-validate](https://github.com/dflook/terraform-github-actions/tree/master/terraform-validate) was
sometimes unable to create detailed check failures.
- [dflook/terraform-validate](https://github.com/dflook/terraform-github-actions/tree/master/terraform-validate) was sometimes unable to create detailed check failures.

## [1.14.0] - 2021-09-15

Expand Down
2 changes: 1 addition & 1 deletion image/entrypoints/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ debug
setup
init

(cd "$INPUT_PATH" && terraform version -no-color -json | convert_version)
(cd "$INPUT_PATH" && terraform version -json | convert_version)

0 comments on commit e02641d

Please sign in to comment.