This commit is contained in:
MilenaHristova 2023-02-09 10:48:16 +01:00
parent 688b02520b
commit 7a5a298f2e

View file

@ -148,11 +148,11 @@ if [[ ! -d "$installer_dir" ]]; then
fi
if [[ -z "$readme_template" ]]; then
$readme_template = "$installer_dir/src/VirtualMonoRepo/README.template.md"
readme_template="$installer_dir/src/VirtualMonoRepo/README.template.md"
fi
if [[ -z "$tpn_template" ]]; then
$tpn_template = "$installer_dir/src/VirtualMonoRepo/THIRD-PARTY-NOTICES.template.txt"
tpn_template="$installer_dir/src/VirtualMonoRepo/THIRD-PARTY-NOTICES.template.txt"
fi
if [[ -z "$tmp_dir" ]]; then