Remove unnecessary spaces ahead of custom yaml.

This commit is contained in:
Jing Ai 2018-07-03 23:42:20 -07:00
parent efee982582
commit 0ef45b4fcf

View File

@ -2292,7 +2292,7 @@ function setup-addon-custom-yaml {
if [ -n "${custom_yaml:-}" ]; then
# Replace with custom manifest.
cat > "${manifest_path}" <<EOF
$custom_yaml
$custom_yaml
EOF
fi
}