This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7eda829  Publishing website 2018/11/12 06:06:33 at commit da8cbc9
7eda829 is described below

commit 7eda829c5257ee098332af1cec1a3f1aa8e73677
Author: jenkins <bui...@apache.org>
AuthorDate: Mon Nov 12 06:06:33 2018 +0000

    Publishing website 2018/11/12 06:06:33 at commit da8cbc9
---
 .../generated-content/documentation/sdks/python-streaming/index.html    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/website/generated-content/documentation/sdks/python-streaming/index.html 
b/website/generated-content/documentation/sdks/python-streaming/index.html
index 2c9c7f0..b25728e 100644
--- a/website/generated-content/documentation/sdks/python-streaming/index.html
+++ b/website/generated-content/documentation/sdks/python-streaming/index.html
@@ -357,7 +357,7 @@ testing purposes, you can use the commands in the <a 
href="https://cloud.google.
 <p>The following simple bash script feeds lines of an input text file to your 
input
 topic:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>cat 
&lt;YOUR_LOCAL_TEXT_FILE&gt; | while read line; do gcloud pubsub topics publish 
&lt;YOUR_INPUT_TOPIC_NAME&gt; “ $line”; done
+<div class="highlighter-rouge"><pre class="highlight"><code>cat 
&lt;YOUR_LOCAL_TEXT_FILE&gt; | while read line; do gcloud pubsub topics publish 
&lt;YOUR_INPUT_TOPIC_NAME&gt; --message "$line"; done
 </code></pre>
 </div>
 

Reply via email to