Skip to content

Commit

Permalink
Fixed an issue where project specific customizations where not loaded…
Browse files Browse the repository at this point in the history
… if there was only a single project present
  • Loading branch information
AllRWeak committed Jul 16, 2024
1 parent 75a3d87 commit a36b983
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/general/select-inventory.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ function zsh_selector() {

selected_folder=${FOLDERS[1]}
echo -e "Your project's path is: ${C_GREEN}$selected_folder${C_RST}"
project_customization_loader
cd "$selected_folder" || exit

elif [ ${#FOLDERS[@]} -gt 0 ]; then
Expand Down Expand Up @@ -88,6 +89,7 @@ function bash_selector() {

selected_folder=${FOLDERS[0]}
echo -e "Your project's path is: ${C_GREEN}$selected_folder${C_RST}"
project_customization_loader
cd "$selected_folder" || exit

elif [ ${#FOLDERS[@]} -gt 0 ]; then
Expand Down
2 changes: 1 addition & 1 deletion version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 5.3.15
version: 5.3.16

0 comments on commit a36b983

Please sign in to comment.