Skip to content

Commit b4518d7

Browse files
Gema Gomezerrordeveloper
authored andcommitted
Fix dependency file construction on makefile
This problem was introduced in PR #1014
1 parent 079c5b7 commit b4518d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $(DEEP_COPY_HELPER) \
1818
pkg/ami/static_resolver_ami.go \
1919
$(AWS_SDK_MOCKS)
2020

21-
GENERATED_GO_FILES := $(GENERATED_FILES) site/content/usage/20-schema.md
21+
GENERATED_FILES := $(GENERATED_GO_FILES) site/content/usage/20-schema.md
2222

2323

2424
.DEFAULT_GOAL := help

0 commit comments

Comments
 (0)