Replaced ambiguous unicode character

This commit is contained in:
Enrico Ludwig 2024-07-14 13:40:07 +02:00
parent ff03ac539d
commit 5e587e6d98

View File

@ -42,7 +42,7 @@ if [[ ! -d "$REPO_DIR/.git" ]]; then
error "This is not a git repository: ${REPO_DIR}"
fi
# Navigate to the repository directory ensuring its a safe path
# Navigate to the repository directory ensuring it's a safe path
cd -- "$REPO_DIR" || error "Failed to navigate to directory: ${REPO_DIR}"
# Ensure git-filter-repo is installed