address comments, wait for travis pass

This commit is contained in:
Chao Xu
2015-07-27 21:06:01 -07:00
parent 464385281b
commit 70a29c1a3a
3 changed files with 9 additions and 1 deletions

View File

@@ -100,7 +100,7 @@ echo "${reset}"
echo -ne "Checking for links in API descriptions... "
if ! hack/verify-linkcheck.sh > /dev/null; then
echo "${red}ERROR!"
echo "Some links in pkg/api/.*types.go is outdated. They require manual fix."
echo "Some links in pkg/api/.*types.go are outdated. They require a manual fix."
exit_code=1
else
echo "${green}OK"