Skip to content

Commit

Permalink
Rename make tty to make shell
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiot committed Jan 30, 2019
1 parent 768256b commit 0c45694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ clear-cache: perm
$(EXEC) $(CONSOLE) cache:clear --no-warmup
$(EXEC) $(CONSOLE) cache:warmup

tty: ## Run app container in interactive mode
shell: ## Run app container in interactive mode
$(EXEC) /bin/bash

clear: perm ## Remove all the cache, the logs, the sessions and the built assets
Expand Down

0 comments on commit 0c45694

Please sign in to comment.