Commit 54c42713 authored by Jing Ai's avatar Jing Ai

Remove unnecessary spaces ahead of custom yaml.

parent d0b2238e
......@@ -2238,7 +2238,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
}
......@@ -2639,4 +2639,4 @@ if [[ "$#" -eq 1 && "${1}" == "--source-only" ]]; then
:
else
main "${@}"
fi
\ No newline at end of file
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