Skip to content

Commit e281d78

Browse files
committed
IBX-9737: Enhance PHP API Ref generation tool (fix)
1 parent ca026ab commit e281d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/php_api_ref/phpdoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if [ 0 -eq $DXP_ALREADY_EXISTS ]; then
105105
jq -r --arg PACKAGE "$package" '"'\''\(.autoload | ."psr-4" | try to_entries[] catch empty | .key[:-1] | sub("\\\\";"\\\\\\";"g"))'\'': '\''\($PACKAGE)'\'',"')
106106
NAMESPACE_MAP="$NAMESPACE_MAP\n$NAMESPACES"
107107
fi;
108-
done <<< "$(curl --no-progress-meter "https://raw.githubusercontent.com/ibexa/$edition/v$DXP_VERSION/composer.json" | jq .require | grep -E "(ibexa|ezsystems|silversolutions)")";
108+
done <<< "$(curl --no-progress-meter "https://raw.githubusercontent.com/ibexa/$edition/$GIT_REF/composer.json" | jq .require | grep -E "(ibexa|ezsystems|silversolutions)")";
109109
if [ "$edition" == "$DXP_EDITION" ]; then
110110
break;
111111
fi;

0 commit comments

Comments
 (0)