Skip to content

Commit 4074402

Browse files
Merge pull request #249 from prabhatkumar24/wd-typo-fix
Fix the typo in elastic-backup-restore.sh
2 parents ce117a3 + 6c8e899 commit 4074402

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

discovery-data/latest/elastic-backup-restore.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ EOF
321321
stop_minio_port_forward
322322
echo "RC=${RC}" >> "${BACKUP_RESTORE_LOG_DIR}/${CURRENT_COMPONENT}.log"
323323
if [ $RC -eq 0 ] ; then
324-
brlog "INFO" "Archiving sanpshot..."
324+
brlog "INFO" "Archiving snapshot..."
325325
tar "${ELASTIC_TAR_OPTIONS[@]}" -cf ${BACKUP_FILE} -C ${TMP_WORK_DIR}/${ELASTIC_BACKUP_DIR}/${ELASTIC_BACKUP_BUCKET}/${ELASTIC_SNAPSHOT_PATH} .
326326
else
327327
brlog "ERROR" "Some files could not be transfered. Consider to use '--use-job' and '--pvc' option. Please see help (--help) for details."
@@ -474,4 +474,4 @@ fi
474474
rm -rf ${TMP_WORK_DIR}
475475
if [ -z "$(ls tmp)" ] ; then
476476
rm -rf tmp
477-
fi
477+
fi

0 commit comments

Comments
 (0)