Skip to content

Commit

Permalink
fix extension logic
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-nelson committed Jun 16, 2020
1 parent cbeab1e commit 619e549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ MAX_DEPTH="$5"
CHECK_MODIFIED_FILES="$6"
BASE_BRANCH="$7"
if [ -z "$8" ]; then
FILE_EXTENSION="$8"
else
FILE_EXTENSION=".md"
else
FILE_EXTENSION="$8"
fi

echo -e "${BLUE}USE_QUIET_MODE: $1${NC}"
Expand Down

0 comments on commit 619e549

Please sign in to comment.