Remove extension output text (not required as .md is default)

This commit is contained in:
Gaurav Nelson 2020-06-16 18:04:53 +10:00
parent c44c6ba908
commit b147c339ff

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