Skip to content

Commit

Permalink
Align with BBE rename at distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
ldclakmal committed Feb 10, 2022
1 parent dbf4163 commit 023f5e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source assert.sh

mkdir bbe
curl https://raw.githubusercontent.com/ballerina-platform/ballerina-distribution/master/examples/websocket-service-oauth2/websocket_service_oauth2.bal -o bbe/service.bal
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
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

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

0 comments on commit 023f5e4

Please sign in to comment.