Skip to content

Commit

Permalink
Adjust FPM matching code to account for "fpm-jessie" and friends now too
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Oct 12, 2017
1 parent bfa374c commit 5b0acc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ for dockerImage in "$@"; do
# ONCE ONBUILD, ALWAYS ONBUILD
variant='onbuild'
;;
*fpm-alpine)
*fpm-*)
# lolPHP
variant='fpm'
;;
Expand Down

0 comments on commit 5b0acc5

Please sign in to comment.