mirror of
https://github.com/coredns/coredns.git
synced 2025-12-02 16:44:01 -05:00
Fix some minor typos (#2625)
Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
This commit is contained in:
@@ -6,7 +6,7 @@ set -e +o pipefail
|
||||
return
|
||||
|
||||
if [ "$TRAVIS_PULL_REQUEST" != "false" ] ; then
|
||||
echo -e "NOTE: The CPU benchmarks are performed on Travis VMs and vary widly between runs," > .benchmark.body
|
||||
echo -e "NOTE: The CPU benchmarks are performed on Travis VMs and vary wildly between runs," > .benchmark.body
|
||||
echo -e " you can't trust them. The memory benchmarks are OK\n\n" >> .benchmark.body
|
||||
awk '/^benchmark.*old/ { printf "%s\n%s\n", "```", $0 };
|
||||
/^$/ { print "```" };
|
||||
|
||||
Reference in New Issue
Block a user