Skip to content

Commit 862ffff

Browse files
author
Chris Frederick
committed
Change "indexes" to "indices" for consistency
1 parent c23070d commit 862ffff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libexec/ghe-restore-es-tarball

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ host="$1"
2020
# us run this script directly.
2121
: ${GHE_RESTORE_SNAPSHOT:=current}
2222

23-
# Restore ElasticSearch indexes from tarball snapshot.
23+
# Restore ElasticSearch indices from tarball snapshot.
2424
ghe-ssh "$host" -- 'ghe-import-es-indices' \
2525
< "$GHE_DATA_DIR/$GHE_RESTORE_SNAPSHOT/elasticsearch.tar" 1>&3

0 commit comments

Comments
 (0)