Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Mar 18, 2020
1 parent ae1f193 commit 4909fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dotenv-linter --version
echo '================================='
echo

# Runs flake8, possibly with reviewdog:
# Runs dotenv-linter, possibly with reviewdog:
if [ "$INPUT_REPORTER" == 'terminal' ]; then
output=$(dotenv-linter "$INPUT_OPTIONS")
status="$?"
Expand Down

0 comments on commit 4909fd6

Please sign in to comment.