Skip to content

Commit 3c105d3

Browse files
committed
fix in configure
1 parent 59f407d commit 3c105d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ configure:
1717
echo "ORGANIZATION_NAME=$$org_name" > .env; \
1818
echo "JIT_CLIENT_ID=$$client_id" >> .env; \
1919
echo "JIT_CLIENT_SECRET=$$client_secret" >> .env; \
20-
echo "GITHUB_API_TOKEN=$$github_token" >> .env
21-
echo "TEAM_WILDCARD_TO_EXCLUDE=topics_to_exclude" >> .env
20+
echo "GITHUB_API_TOKEN=$$github_token" >> .env; \
21+
echo "TEAM_WILDCARD_TO_EXCLUDE=$$topics_to_exclude" >> .env
2222

2323
create-teams:
2424
source venv-jit/bin/activate && \

0 commit comments

Comments
 (0)