Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpip3 committed Jun 25, 2023
1 parent f441c4c commit 22a0e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/pvc/bin/get-latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eo pipefail

[[ -z "${BACKUP_DIR}" ]] && echo "Required 'BACKUP_DIR' env not set" && exit 1
# Search for all the tar.* inside the backup dir to support the migration beetwen gzip vs zstd
# Search for all the tar.* inside the backup dir to support the migration between gzip vs zstd
latest=$(find ${BACKUP_DIR} -name '*.tar.*' -exec basename {} \; | sort -g | tail -n 1)

if [[ "${latest}" == "" ]]; then
Expand Down

0 comments on commit 22a0e67

Please sign in to comment.