Merge pull request #54 from gaurav-nelson/remove-extra-line

Remove extension output text (not required as .md is default)
This commit is contained in:
Gaurav Nelson 2020-06-16 18:06:44 +10:00 committed by GitHub
commit cbeab1e70f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,6 @@ BASE_BRANCH="$7"
if [ -z "$8" ]; then
FILE_EXTENSION="$8"
else
echo -e "${YELLOW}No file extension specified, using .md as extension.${NC}"
FILE_EXTENSION=".md"
fi