We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf4163 commit 023f5e4Copy full SHA for 023f5e4
bbes/websocket/websocket_oauth2_client_credentials_grant.sh
@@ -2,7 +2,7 @@ source assert.sh
2
3
mkdir bbe
4
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
+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
6
7
sed -i 's+../resource/path/to+resources+g' bbe/service.bal
8
sed -i 's+../resource/path/to+resources+g' bbe/client.bal
0 commit comments