Commit 0ef45b4f authored by Jing Ai's avatar Jing Ai

Remove unnecessary spaces ahead of custom yaml.

parent efee9825
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment