Skip to content

Commit b0e926c

Browse files
author
piotr pietruszewski
committed
ci: changed variable name in env script
1 parent 46fe14b commit b0e926c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ CAROUSEL_ID=$CAROUSEL_ID
66
EVENT_NAME=$EVENT_NAME
77
ARTICLE_ID=$ARTICLE_ID
88
USER_NAME=$USER_NAME
9-
SECTION_ID=$SECTION_ID
9+
COLLECTION_ID=$COLLECTION_ID
1010
SEARCH_TERM=$SEARCH_TERM

example/scripts/generateEnv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ echo EVENT_NAME=$EVENT_NAME >>.env
99
echo ARTICLE_ID=$ARTICLE_ID >>.env
1010
echo USER_NAME=$USER_NAME >>.env
1111
echo SEARCH_TERM=$SEARCH_TERM >>.env
12-
echo SECTION_ID=$SECTION_ID >>.env
12+
echo COLLECTION_ID=$COLLECTION_ID >>.env

0 commit comments

Comments
 (0)