Skip to content

Commit ee11137

Browse files
Fix typos
Signed-off-by: Lukasz Gryglicki <[email protected]>
1 parent 69e7ba6 commit ee11137

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

utils/get_company_project_cla_managers.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# API_URL=https://[xyz].ngrok-free.app (defaults to localhost:5000)
3-
# API_URL=ttps://api-gw.platform.linuxfoundation.org/cla-service
4-
# API_URL=ttps://api-gw.dev.platform.linuxfoundation.org/cla-service
3+
# API_URL=https://api-gw.platform.linuxfoundation.org/cla-service
4+
# API_URL=https://api-gw.dev.platform.linuxfoundation.org/cla-service
55
# DEBUG='' ./utils/get_company_project_cla_managers.sh f7c7ac9c-4dbf-4104-ab3f-6b38a26d82dc a09P000000DsCE5IAN
66
# Note: To run manually see cla-backend-go/auth/authorizer.go:SecurityAuth() and update accordingly 'LG:'
77
# STAGE=prod ./utils/scan.sh projects-cla-groups project_name 'Cloud Native Computing Foundation (CNCF)'

utils/notify_cla_managers_example_post.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
2-
# API_URL=ttps://api-gw.platform.linuxfoundation.org/cla-service
3-
# API_URL=ttps://api-gw.dev.platform.linuxfoundation.org/cla-service
2+
# API_URL=https://api-gw.platform.linuxfoundation.org/cla-service
3+
# API_URL=https://api-gw.dev.platform.linuxfoundation.org/cla-service
44
# STAGE=prod ./utils/scan.sh projects project_id d8cead54-92b7-48c5-a2c8-b1e295e8f7f1
55
# STAGE=prod ./utils/scan.sh projects-cla-groups project_name 'Cloud Native Computing Foundation (CNCF)'
66
# STAGE=prod ./utils/scan.sh companies company_name 'Red Hat, Inc.'

0 commit comments

Comments
 (0)