You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/06/06 08:43:23 UTC

[incubator-zipkin-website] branch master updated: typo

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

adriancole pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c3cd819  typo
c3cd819 is described below

commit c3cd8190b21aa8e0d5a5926353891bc4c5b01900
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Thu Jun 6 16:43:09 2019 +0800

    typo
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a716df2..5e56c00 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -107,7 +107,7 @@ pipeline {
 				git status
 				cp ./zipkin-api-source/*.yaml ./zipkin-api/
 				git add ./zipkin-api/*.yaml
-				git commit -am"Zipkin OpenApi definitions"
+				git commit -am "Zipkin OpenApi definitions"
 
 				rsync -avrh --delete --exclude=".git" --exclude=".gitmodules" --exclude="zipkin-api-source" --exclude='zipkin-api/*.yaml' "${builddir}/_site/" ./
 				git status