Skip to content

Commit c23070d

Browse files
author
Chris Frederick
committed
Fix typo in comment
1 parent 6926763 commit c23070d

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 Pages data from tarball snapshot.
23+
# Restore ElasticSearch indexes 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)