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 { ...@@ -2292,7 +2292,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