Merge pull request #30845 from YuPengZTE/master

Automatic merge from submit-queue

The first letter should be capitalized
This commit is contained in:
Kubernetes Submit Queue
2016-09-10 00:22:10 -07:00
committed by GitHub
6 changed files with 13 additions and 13 deletions

View File

@@ -473,7 +473,7 @@ function stage-images() {
done
kube::util::wait-for-jobs || {
kube::log::error "unable to push images. see ${temp_dir}/*.log for more info."
kube::log::error "unable to push images. See ${temp_dir}/*.log for more info."
return 1
}