Fixes verbose hinting of script location

This commit is contained in:
2022-12-08 10:17:14 +01:00
parent c9dbf5452e
commit 4b82506a1a
3 changed files with 2 additions and 6 deletions

View File

@@ -242,7 +242,7 @@ function update_oh_my_fish() {
function update_home() {
if $VERBOSE
then
echo "--- this_script_root_dir: ${this_script_root_dir}"
echo "--- this_script_root_dir: $(this_script_root_dir)"
fi
update_repos
install_deps