Skip to content

Commit 2434625

Browse files
authored
Fix shell command example for build
1 parent a0e89a4 commit 2434625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE_PROCESS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ $ cat .github/workflows/CI.yml | yq .jobs.build.strategy.matrix.java
109109
Build the artifacts:
110110

111111
```shell
112-
$ .gradlew clean build
112+
$ ./gradlew clean build
113113
```
114114
You will find final artifact (the ZIP archive) in the following location:
115115

@@ -142,4 +142,4 @@ Let the community know. Create a new announcement in `OpenSearch` category and d
142142

143143
## Done!
144144

145-
It was a lot of steps and you deserve a special reward! Go have a nice cup of tea or coffee.
145+
It was a lot of steps and you deserve a special reward! Go have a nice cup of tea or coffee.

0 commit comments

Comments
 (0)