aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_worker.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-05-24 11:04:24 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-05-24 11:04:29 -0700
commitf9f97a23f5fe2ccbdab191effa20b8631383b89d (patch)
tree1d29382377e183d852383a05f5880aa5cc5e627f /python/fatcat_worker.py
parent537db73cce0d0a71fafeeb20423491c0cb75ea7a (diff)
downloadfatcat-f9f97a23f5fe2ccbdab191effa20b8631383b89d.tar.gz
fatcat-f9f97a23f5fe2ccbdab191effa20b8631383b89d.zip
push elastic release updates to new (schema) index
Diffstat (limited to 'python/fatcat_worker.py')
-rwxr-xr-xpython/fatcat_worker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_worker.py b/python/fatcat_worker.py
index 1e83eac1..be58810a 100755
--- a/python/fatcat_worker.py
+++ b/python/fatcat_worker.py
@@ -64,7 +64,7 @@ def main():
default="http://localhost:9200")
sub_elasticsearch_release.add_argument('--elasticsearch-index',
help="elasticsearch index to push into",
- default="fatcat_release")
+ default="fatcat_release_v03")
args = parser.parse_args()
if not args.__dict__.get("func"):