mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Fix several 'to to' redundant word typos.
This commit is contained in:
+1
-1
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user