Skip to content

Commit c3b2887

Browse files
authored
Update ray_cli.sh
1 parent 325a9f3 commit c3b2887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ray-cli/ray_cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ for dir in "${paths[@]}" ; do
103103
if !(printf '%s\n' "${allow_owners_only_for_extensions[@]}" | grep -xq "$extension_folder"); then
104104
has_owner=$(jq 'has("owner")' package.json)
105105
if [ "$has_owner" == "true" ]; then
106-
echo "::error::We are restricting public organisation extensions for the moment. Ping \`@andreas\` on Slack to discuss it. ($extension_folder)"
106+
echo "::error::We are restricting public organisation extensions for the moment. Ping \`@pernielsentikaer\` on Slack to discuss it. ($extension_folder)"
107107
exit_code=1
108108
continue
109109
fi

0 commit comments

Comments
 (0)