Skip to content

Commit

Permalink
🐛 FIX: typo for #206
Browse files Browse the repository at this point in the history
  • Loading branch information
apolopena committed Mar 5, 2022
1 parent f0cd10e commit b83c785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gp/bash/scaffold-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [[ ! $_lv =~ ^[6-9]*(\.\*)$ ]]; then
fi

# Fallback to laravel 8.* if PHP version is < 8.0 and Larvel is 9.*
[[ $_lv == '9.*' && $(bash .gp/bash/utils.sh comp_ver_lt "$_php" 8.0) == 0 ]] &&
[[ $_lv == '9.*' && $(bash .gp/bash/utils.sh comp_ver_lt "$_php" 8.0) == 1 ]] &&
echo "WARNING: laravel $_lv requires PHP 8.*" | tee -a $_log &&
echo "Falling back to laravel 8.*" &&
_lv="8.*"
Expand Down

0 comments on commit b83c785

Please sign in to comment.