File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
core/controller/src/main/resources Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 286286 ],
287287 "ballerina" : [
288288 {
289- "kind" : " ballerina:0.990.2 " ,
289+ "kind" : " ballerina:0.990" ,
290290 "default" : true ,
291291 "image" : {
292292 "prefix" : " openwhisk" ,
Original file line number Diff line number Diff line change 19061906 " swift:4.1" ,
19071907 " swift:4.2" ,
19081908 " dotnet:2.2" ,
1909- " ballerina:0.990.2 "
1909+ " ballerina:0.990"
19101910 ],
19111911 "description" : " the type of action"
19121912 },
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ You can create an OpenWhisk action called `bello` from the function above as fol
5454ballerina build hello.bal
5555
5656# use the .balx file to create the action
57- wsk action create bello hello.balx --kind ballerina:0.990.2
57+ wsk action create bello hello.balx --kind ballerina:0.990
5858```
5959
6060The CLI does not yet automatically infer the type of the action from the source file extension.
You can’t perform that action at this time.
0 commit comments