We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33281ac commit 8095066Copy full SHA for 8095066
1 file changed
scripts/commands/extensions/install.sh
@@ -50,7 +50,7 @@ InstallExtension() {
50
return 1
51
fi
52
53
- eval "$(parse_yaml .blueprint/tmp/"${n}"/conf.yml conf_)"
+ eval "$(parse_yaml .blueprint/tmp/conf.yml conf_)"
54
55
# Add aliases for config values to make working with them easier.
56
local name="${conf_info_name//&/\\&}"
0 commit comments