Skip to content

Commit f7b633c

Browse files
authored
Update README.md
1 parent 7dc97cc commit f7b633c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ AWS_AUTH_GATEWAY_ID := $(shell json-env -source ${CONFIG} -read service/aws/gate
4444

4545
define create-config-file
4646
-mkdir -p ${1}
47-
@echo "json-env -source CONFIG -export > ${1}config.json"
48-
@json-env -source ${CONFIG} -export > "${1}config.json"
47+
@echo "json-env -source CONFIG -export > ${1}lambda_config.json"
48+
@json-env -source ${CONFIG} -export > "${1}lambda_config.json"
4949
endef
5050
```
5151
``` go

0 commit comments

Comments
 (0)