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 { ...@@ -2238,7 +2238,7 @@ function setup-addon-custom-yaml {
if [ -n "${custom_yaml:-}" ]; then if [ -n "${custom_yaml:-}" ]; then
# Replace with custom manifest. # Replace with custom manifest.
cat > "${manifest_path}" <<EOF cat > "${manifest_path}" <<EOF
$custom_yaml $custom_yaml
EOF EOF
fi fi
} }
...@@ -2639,4 +2639,4 @@ if [[ "$#" -eq 1 && "${1}" == "--source-only" ]]; then ...@@ -2639,4 +2639,4 @@ if [[ "$#" -eq 1 && "${1}" == "--source-only" ]]; then
: :
else else
main "${@}" main "${@}"
fi fi
\ No newline at end of file
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