Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 81e7135

Browse files
committed
[naming] CloudState war renamed to Cloudstate
1 parent 54510ac commit 81e7135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/fetch-cloudstate-pb.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function fetch() {
1414

1515
tag=$1
1616

17-
# CloudState protocol
17+
# Cloudstate protocol
1818
fetch "protocol/cloudstate/entity.proto" $tag
1919
fetch "protocol/cloudstate/event_sourced.proto" $tag
2020
fetch "protocol/cloudstate/function.proto" $tag
@@ -24,7 +24,7 @@ fetch "protocol/cloudstate/crdt.proto" $tag
2424
fetch "example/shoppingcart/shoppingcart.proto" $tag
2525
fetch "example/shoppingcart/persistence/domain.proto" $tag
2626

27-
# CloudState frontend
27+
# Cloudstate frontend
2828
fetch "frontend/cloudstate/entity_key.proto" $tag
2929

3030
# dependencies

0 commit comments

Comments
 (0)