_cd_to_site: Try to change dir

This commit is contained in:
Stig-Ørjan Smelror 2024-02-05 15:54:41 +01:00
parent a3e30a3e0a
commit 3cf51560e7

2
qsgen2
View File

@ -111,7 +111,7 @@ _cd_to_site() {
fi
# Print the cd command
builtin cd ${project_dir}
eval $( cd ${project_dir} )
}