You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2018/10/17 22:14:38 UTC

[tinkerpop] 03/05: CTR: removed invalid comma from preprocessor script

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

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

commit e87e8a488451b36fbcfd2eeababa43d276477845
Author: Daniel Kuppitz <da...@hotmail.com>
AuthorDate: Wed Oct 17 12:32:56 2018 -0700

    CTR: removed invalid comma from preprocessor script
---
 docs/preprocessor/install-plugins.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/preprocessor/install-plugins.sh b/docs/preprocessor/install-plugins.sh
index f1da197..5855e92 100755
--- a/docs/preprocessor/install-plugins.sh
+++ b/docs/preprocessor/install-plugins.sh
@@ -25,7 +25,7 @@ TMP_DIR=$3
 INSTALL_TEMPLATE="docs/preprocessor/install-plugins.groovy"
 INSTALL_FILE="${TMP_DIR}/install-plugins.groovy"
 
-plugins=("hadoop-gremlin" "spark-gremlin" "neo4j-gremlin", "sparql-gremlin")
+plugins=("hadoop-gremlin" "spark-gremlin" "neo4j-gremlin" "sparql-gremlin")
 # plugins=()
 pluginsCount=${#plugins[@]}