You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/07/18 11:21:26 UTC

[GitHub] [pulsar] eolivelli commented on a diff in pull request #16268: [feature][cli] Pulsar shell - non interactive mode - part 3

eolivelli commented on code in PR #16268:
URL: https://github.com/apache/pulsar/pull/16268#discussion_r923250005


##########
bin/pulsar-admin-common.sh:
##########
@@ -56,18 +56,18 @@ fi
 add_maven_deps_to_classpath() {
     MVN="mvn"
     if [ "$MAVEN_HOME" != "" ]; then
-	MVN=${MAVEN_HOME}/bin/mvn
+	    MVN=${MAVEN_HOME}/bin/mvn

Review Comment:
   is this intended ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org