mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
I should have a git-status alias to make fmt
This commit is contained in:
parent
036918b81b
commit
8d98237a15
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ func TestBuildImageFilter(t *testing.T) {
|
|||
|
||||
multiErr := buildImageFilters(filters, &testOpts)
|
||||
|
||||
if len(multiErr.Errors) > 0 {
|
||||
if len(multiErr.Errors) > 0 {
|
||||
t.Error(multiErr.Error())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue