Skip to content

Commit 5f83433

Browse files
authored
Update README.md (GoogleCloudPlatform#4277)
Typo in the main class.
1 parent 30eb7cc commit 5f83433

File tree

1 file changed

+1
-1
lines changed
  • dataflow/flex-templates/streaming_beam_sql

1 file changed

+1
-1
lines changed

dataflow/flex-templates/streaming_beam_sql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ gcloud dataflow flex-template build $TEMPLATE_PATH \
169169
--flex-template-base-image JAVA11 \
170170
--metadata-file "metadata.json" \
171171
--jar "target/streaming-beam-sql-1.0.jar" \
172-
--env FLEX_TEMPLATE_JAVA_MAIN_CLASS="org.apache.beam.samples.StreamingBeamSQL"
172+
--env FLEX_TEMPLATE_JAVA_MAIN_CLASS="org.apache.beam.samples.StreamingBeamSql"
173173
```
174174
175175
The template is now available through the template file in the Cloud Storage

0 commit comments

Comments
 (0)