File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ set -eux
4
4
AUTHOR=" $1 "
5
5
echo " Pull request submitted by $AUTHOR " ;
6
6
URL_AUTHOR=$( jq -rn --arg x " $AUTHOR " ' $x|@uri' )
7
- signed=$( curl -s " https://www.lightbend.com /contribute/cla/scala/check/$URL_AUTHOR " | jq -r " .signed" ) ;
7
+ signed=$( curl -s " https://contribute.akka.io /contribute/cla/scala/check/$URL_AUTHOR " | jq -r " .signed" ) ;
8
8
if [ " $signed " = " true" ] ; then
9
9
echo " CLA check for $AUTHOR successful" ;
10
10
else
11
11
echo " CLA check for $AUTHOR failed" ;
12
12
echo " Please sign the Scala CLA to contribute to Scala.js." ;
13
- echo " Go to https://www.lightbend.com /contribute/cla/scala and then" ;
13
+ echo " Go to https://contribute.akka.io /contribute/cla/scala and then" ;
14
14
echo " comment on the pull request to ask for a new check." ;
15
15
exit 1;
16
16
fi ;
You can’t perform that action at this time.
0 commit comments