File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ echo "Pull request submitted by $AUTHOR";
55if [[ " $AUTHOR " == " github-actions[bot]" || " $AUTHOR " == " dependabot[bot]" ]] ; then
66 echo " CLA check for $AUTHOR successful" ;
77else
8- signed=$( curl -s " https://www.lightbend.com /contribute/cla/scala/check/$AUTHOR " | jq -r " .signed" ) ;
8+ signed=$( curl -L - s " https://contribute.akka.io /contribute/cla/scala/check/$AUTHOR " | jq -r " .signed" ) ;
99 if [ " $signed " = " true" ] ; then
1010 echo " CLA check for $AUTHOR successful" ;
1111 else
1212 echo " CLA check for $AUTHOR failed" ;
1313 echo " Please sign the Scala CLA to contribute to the Scala compiler." ;
14- echo " Go to https://www.lightbend.com /contribute/cla/scala and then" ;
14+ echo " Go to https://contribute.akka.io /contribute/cla/scala and then" ;
1515 echo " comment on the pull request to ask for a new check." ;
1616 echo " " ;
17- echo " Check if CLA is signed: https://www.lightbend.com /contribute/cla/scala/check/$AUTHOR " ;
17+ echo " Check if CLA is signed: https://contribute.akka.io /contribute/cla/scala/check/$AUTHOR " ;
1818 exit 1;
1919 fi ;
2020fi ;
You can’t perform that action at this time.
0 commit comments