Skip to content

Commit 8095066

Browse files
committed
fix: a dev environment would be really nice
1 parent 33281ac commit 8095066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/commands/extensions/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ InstallExtension() {
5050
return 1
5151
fi
5252

53-
eval "$(parse_yaml .blueprint/tmp/"${n}"/conf.yml conf_)"
53+
eval "$(parse_yaml .blueprint/tmp/conf.yml conf_)"
5454

5555
# Add aliases for config values to make working with them easier.
5656
local name="${conf_info_name//&/\\&}"

0 commit comments

Comments
 (0)