Skip to content

Commit 023f5e4

Browse files
committed
Align with BBE rename at distribution
1 parent dbf4163 commit 023f5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bbes/websocket/websocket_oauth2_client_credentials_grant.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source assert.sh
22

33
mkdir bbe
44
curl https://raw.githubusercontent.com/ballerina-platform/ballerina-distribution/master/examples/websocket-service-oauth2/websocket_service_oauth2.bal -o bbe/service.bal
5-
curl https://raw.githubusercontent.com/ballerina-platform/ballerina-distribution/master/examples/websocket-client-oauth2-client-cred-grant-type/websocket_client_oauth2_client_credentials_grant_type.bal -o bbe/client.bal
5+
curl https://raw.githubusercontent.com/ballerina-platform/ballerina-distribution/master/examples/websocket-client-oauth2-client-cred-grant-type/websocket_client_oauth2_client_cred_grant_type.bal -o bbe/client.bal
66

77
sed -i 's+../resource/path/to+resources+g' bbe/service.bal
88
sed -i 's+../resource/path/to+resources+g' bbe/client.bal

0 commit comments

Comments
 (0)