Skip to content

Commit 2acf9b6

Browse files
committed
formal: fix minor typo in cherry-pick
Fix a minor typo in cherry-pick warning message. Fixes: #79 Signed-off-by: Milan Krstic <milan.krstic@gmail.com>
1 parent 59c9b34 commit 2acf9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/check_formalities.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ check_body() {
246246
if echo "$body" | grep -qF "(cherry picked from commit"; then
247247
status_pass "Commit is marked as cherry-picked"
248248
else
249-
output_warn "Commit tog stable branch \`$BRANCH\` should be cherry-picked"
249+
output_warn "Commit to stable branch \`$BRANCH\` should be cherry-picked"
250250
fi
251251
fi
252252
}

0 commit comments

Comments
 (0)