Skip to content
代码片段 群组 项目
未验证 提交 75d0ca5b 编辑于 作者: Amy Qualls's avatar Amy Qualls
浏览文件

Add missing line break to pipeline output

The page listing after the merged results pipeline declaration
needs a line break afterward. The next test (linting markdown style)
is printing on the same line. Looks odd.
上级 b7585446
No related branches found
No related tags found
无相关合并请求
...@@ -149,7 +149,7 @@ else ...@@ -149,7 +149,7 @@ else
if [ -n "${MD_DOC_PATH}" ] if [ -n "${MD_DOC_PATH}" ]
then then
# shellcheck disable=2059 # shellcheck disable=2059
printf "${COLOR_GREEN}INFO: Merged results pipeline detected. Testing only the following files:${COLOR_RESET}\n${MD_DOC_PATH}" printf "${COLOR_GREEN}INFO: Merged results pipeline detected. Testing only the following files:${COLOR_RESET}\n${MD_DOC_PATH}\n"
fi fi
fi fi
fi fi
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册