Update release tool

(cherry picked from commit d56d5fb)
This commit is contained in:
David Pilato 2014-08-04 16:19:37 +02:00
parent 5240576320
commit 2f52610522
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ LOG = env.get('ES_RELEASE_LOG', '/tmp/elasticsearch_release.log')
ROOT_DIR = abspath(os.path.join(abspath(dirname(__file__)), '../'))
README_FILE = ROOT_DIR + '/README.md'
POM_FILE = ROOT_DIR + '/pom.xml'
DEV_TOOLS_DIR = ROOT_DIR + '/plugin_tools'
DEV_TOOLS_DIR = ROOT_DIR + '/dev-tools'
##########################################################
#