diff --git a/git/git_rewrite_author.sh b/git/git_rewrite_author.sh index e844079..fda8734 100755 --- a/git/git_rewrite_author.sh +++ b/git/git_rewrite_author.sh @@ -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 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}" # Ensure git-filter-repo is installed