Skip to content

Commit d4cef62

Browse files
committed
Merge remote-tracking branch 'origin/sc-19672-create-a-tool-to-generate-teams-from-github-part3' into sc-19672-create-a-tool-to-generate-teams-from-github-part3
2 parents d15dbf3 + 2189812 commit d4cef62

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)