Commit 2424eaba by Nico van Niekerk

FIX: spacing

parent 4d31b18c
......@@ -49,9 +49,9 @@ extra_args="$extra_args -e 'disable_edx_services=true' -e devstack=true"
{% endif %}
if [[ "$3" == "-e" ]]; then
opt=$4
sed -e 's/^"//' -e 's/"$//' <<<"$opt"
extra_args="$extra_args $opt"
opt=$4
sed -e 's/^"//' -e 's/"$//' <<<"$opt"
extra_args="$extra_args $opt"
fi
declare -A repos_to_cmd
......
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