AMBARI-23945. Infra Solr Migration: Fix Atlas edge index location.
diff --git a/ambari-infra-solr-client/src/main/python/migrationHelper.py b/ambari-infra-solr-client/src/main/python/migrationHelper.py
index 7866ed3..4a971b2 100755
--- a/ambari-infra-solr-client/src/main/python/migrationHelper.py
+++ b/ambari-infra-solr-client/src/main/python/migrationHelper.py
@@ -923,7 +923,7 @@
       print 'Collection {0} does not exist or filtered out. Skipping backup operation.'.format(vertex_index_collection)
     edge_index_collection = config.get('atlas_collections', 'edge_index_name')
     if edge_index_collection in collections:
-      edge_index_location = get_atlas_index_location(vertex_index_collection, config, options)
+      edge_index_location = get_atlas_index_location(edge_index_collection, config, options)
       do_backup_request(options, accessor, parser, config, edge_index_collection, edge_index_location)
     else:
       print 'Collection {0} does not exist or filtered out. Skipping backup operation.'.format(edge_index_collection)