You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ba...@apache.org on 2020/11/12 20:26:49 UTC

[incubator-hop-docs] 18/37: fix typo

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

bartmaer pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git

commit 4dc3c162e91c6369dd2233583586ab98a5e22009
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Sun Nov 8 16:55:02 2020 +0100

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

diff --git a/Jenkinsfile b/Jenkinsfile
index cd83504..b18ed32 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -96,7 +96,7 @@ pipeline {
                     deleteDir()
                     sh 'git clone -b asf-site https://gitbox.apache.org/repos/asf/incubator-hop-docs.git .'
                     sh "cp -R $WORKSPACE/hop-dev-manual/. ./hop-dev-manual/"
-                    sh "cp -R $WORKSPACE/hop-resources-manual/. ./hop-resources-manual/"
+                    sh "cp -R $WORKSPACE/hop-doc-resources/. ./hop-doc-resources/"
                     sh "cp -R $WORKSPACE/hop-tech-manual/. ./hop-tech-manual/"
                     sh "cp -R $WORKSPACE/hop-user-manual/. ./hop-user-manual/"
                     sh 'git add .'