Fix indentation in Makefile
This commit is contained in:
parent
305745273f
commit
0da3138939
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -92,7 +92,7 @@ run_cli_debug:
|
|||
@echo 'Install backend dependencies'
|
||||
@make install_backend > /dev/null
|
||||
ifdef env
|
||||
@make start env=$(env) host=$(host) port=$(port) log_level=debug
|
||||
@make start env=$(env) host=$(host) port=$(port) log_level=debug
|
||||
else
|
||||
@make start host=$(host) port=$(port) log_level=debug
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue