Skip to content

Commit

Permalink
šŸ› FIX: typo in dynamic php-fpm package name for #203
Browse files Browse the repository at this point in the history
  • Loading branch information
apolopena committed Mar 1, 2022
1 parent 872b747 commit 3e38393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gp/bash/php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ configure_apache() {

keep_existing_php() {
local msg1 msg2 msg3 msg4 msg5 msg6=
local php_fpm="php-fpm""$latest_php"
local php_fpm="php$latest_php-fpm"

# https://github.com/apolopena/gitpod-laravel-starter/issues/203
# Sniff php-fpm, install the proper version if needed, this might go away if something comes about from
Expand Down

0 comments on commit 3e38393

Please sign in to comment.