Skip to content

Commit 25ddeee

Browse files
author
Tom May
committed
Use * instead of explicit version number in cassandra.sh.
1 parent 01743e6 commit 25ddeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cassandra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
ZIP=`pwd`/plugins/cassandra/build/distributions/elasticsearch-cassandra-0.13.0-SNAPSHOT.zip
2+
ZIP=`pwd`/plugins/cassandra/build/distributions/elasticsearch-cassandra-*.zip
33
PLUGINS=`pwd`/build/distributions/exploded/plugins
44
CASSANDRA=$PLUGINS/cassandra
55
#./gradlew :explodedDist

0 commit comments

Comments
 (0)