You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by zh...@apache.org on 2020/04/08 12:40:59 UTC

[pulsar.wiki] branch master updated: debian replace ubuntu

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

zhaijia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new e430702  debian replace ubuntu
e430702 is described below

commit e430702909654626ec332ee82b75c4e8d1753b3e
Author: Jia Zhai <zh...@apache.org>
AuthorDate: Wed Apr 8 20:40:53 2020 +0800

    debian replace ubuntu
---
 Release-Candidate-Validation.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Release-Candidate-Validation.md b/Release-Candidate-Validation.md
index 04ecb80..3eebd0b 100644
--- a/Release-Candidate-Validation.md
+++ b/Release-Candidate-Validation.md
@@ -649,13 +649,13 @@ producer  producer.go
 
 ### Validate DEB
 
-1. Start an ubuntu docker to install DEB.
+1. Start an debian docker to install DEB.
 
 ```shell
 $ docker run -it --rm -v `pwd`:/pulsar debian:9
 ```
 
-In ubuntu container, navigate to the `/pulsar` directory.
+In debian container, navigate to the `/pulsar` directory.
 
 ```shell
 [root@e6c29e2b70a9 /]# cd pulsar/