Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
switched to canonical.com and TLS
  • Loading branch information
beliaev-maksim authored Apr 15, 2024
1 parent 541d170 commit 96497ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ async function run() {
try {
console.log('Check in the signed list service');
const response = await axios.get(
'http://ec2-3-71-108-9.eu-central-1.compute.amazonaws.com/check_user/' + username
'https://cla-checker.canonical.com/check_user/' + username
);
if (response.status === 200) {
console.log('- ' + username + ' ✓ (has signed the CLA)');
Expand Down

0 comments on commit 96497ee

Please sign in to comment.