Fix several 'to to' redundant word typos.

This commit is contained in:
Dannon Baker
2021-10-21 12:28:45 -04:00
parent 31e6b32221
commit 2dd0eed46b
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -298,7 +298,7 @@ function perform_stable_merge() {
log_exec git merge -m "Merge branch 'release_${RELEASE_CURR}' into '${STABLE_BRANCH}'" "__release_${RELEASE_CURR}"
PUSH_BRANCHES+=("__stable:${STABLE_BRANCH}")
else
log "Release '${RELEASE_CURR}' < stable branch release '${stable}', skipping merge to to '${STABLE_BRANCH}'"
log "Release '${RELEASE_CURR}' < stable branch release '${stable}', skipping merge to '${STABLE_BRANCH}'"
fi
git checkout "$branch_curr"
}