Skip to content

Commit 5a7a430

Browse files
committed
contribute.jquery.org: Don't include output dir in CLA path
1 parent a54b3a6 commit 5a7a430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/contribute.jquery.org/cla-check.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function getData() {
3333
return null;
3434
}
3535

36-
$path = "output/$repo/" . substr( $sha, 0, 2 ) . "/$sha.json";
36+
$path = "$repo/" . substr( $sha, 0, 2 ) . "/$sha.json";
3737
$data = @file_get_contents( JQUERY_CLA_SERVER_URL . "/$path" );
3838
$data = json_decode( $data );
3939
$data->repo = $repo;

0 commit comments

Comments
 (0)