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
} }
......
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