You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by al...@apache.org on 2020/07/10 09:01:06 UTC

[zeppelin] branch master updated: [Hot Fix][zeppelin-distribution] fix the tag-name 'paht'->'path' in zeppelin-distribution/pom.xml

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

alexott pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new a534e5e  [Hot Fix][zeppelin-distribution] fix the tag-name 'paht'->'path' in zeppelin-distribution/pom.xml
a534e5e is described below

commit a534e5eea63bc069f7cf0368bad2219cab533a5b
Author: flinker@126.com <pa...@itiger.com>
AuthorDate: Fri Jul 10 15:51:39 2020 +0800

    [Hot Fix][zeppelin-distribution] fix the tag-name 'paht'->'path' in zeppelin-distribution/pom.xml
    
    ### What is this PR for?
    fix the tag-name `'paht'`->`'path'` in zeppelin-distribution/pom.xml
    
    ### What type of PR is it?
    [Hot Fix]
    
    ### Todos
    None.
    
    ### What is the Jira issue?
    * None.
    
    ### How should this be tested?
    * None.
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update?  no.
    * Is there breaking changes for older versions? no.
    * Does this needs documentation?  no.
    
    Author: flinker@126.com <pa...@itiger.com>
    
    Closes #3848 from RocMarshal/hotfix and squashes the following commits:
    
    0ac03cc25 [flinker@126.com] [Hot Fix][zeppelin-distribution] fix the tag-name 'paht'->'path' in zeppelin-distribution/pom.xml
---
 zeppelin-distribution/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zeppelin-distribution/pom.xml b/zeppelin-distribution/pom.xml
index ade4b6c..3d37456 100644
--- a/zeppelin-distribution/pom.xml
+++ b/zeppelin-distribution/pom.xml
@@ -378,7 +378,7 @@
                         <path>${deb.conf.path}</path>
                         <path>${deb.log.path}</path>
                         <path>${deb.pid.path}</path>
-                        <paht>${deb.notebook.path}</paht>
+                        <path>${deb.notebook.path}</path>
                       </paths>
                     </data>
                   </dataSet>