Skip to content

Commit

Permalink
refs #177: replace bash with sh in make cli (#178)
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio Cimarelli <[email protected]>
  • Loading branch information
jenkin and Alessio Cimarelli authored Jul 3, 2023
1 parent b6c7007 commit 0348ec0
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 @@ -6,7 +6,7 @@ up:
docker-compose up -d

cli:
docker-compose run --rm documentation bash
docker-compose run --rm documentation sh

logs:
docker-compose logs -f
Expand Down

0 comments on commit 0348ec0

Please sign in to comment.