Replaced ambiguous unicode character
This commit is contained in:
parent
ff03ac539d
commit
5e587e6d98
@ -42,7 +42,7 @@ if [[ ! -d "$REPO_DIR/.git" ]]; then
|
|||||||
error "This is not a git repository: ${REPO_DIR}"
|
error "This is not a git repository: ${REPO_DIR}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Navigate to the repository directory ensuring it’s 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}"
|
cd -- "$REPO_DIR" || error "Failed to navigate to directory: ${REPO_DIR}"
|
||||||
|
|
||||||
# Ensure git-filter-repo is installed
|
# Ensure git-filter-repo is installed
|
||||||
|
Reference in New Issue
Block a user