Skip to content

Commit

Permalink
SYMFONY constant have to be based on PHP one
Browse files Browse the repository at this point in the history
  • Loading branch information
bigindian66 authored and maxhelias committed May 23, 2023
1 parent cf30762 commit 61eee04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/makefile.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ PHP_CONT = $(DOCKER_COMP) exec php
# Executables
PHP = $(PHP_CONT) php
COMPOSER = $(PHP_CONT) composer
SYMFONY = $(PHP_CONT) bin/console
SYMFONY = $(PHP) bin/console

# Misc
.DEFAULT_GOAL = help
Expand Down

0 comments on commit 61eee04

Please sign in to comment.