Skip to content

Commit

Permalink
added line break at the end of bash and make files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgreen-moj committed Dec 5, 2023
1 parent edf8aac commit 59bd50c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ if [ "$RUN_UNIT_TESTS" = True ] ; then
python -m unittest discover -s /app -t /app
else
python /app/src/main.py
fi
fi
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ shell: ## Make interactive docker container
-e RUN_UNIT_TESTS=True juniper-mist

help:
@grep -h -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
@grep -h -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

0 comments on commit 59bd50c

Please sign in to comment.