corrected phlog_new function name

This commit is contained in:
James Tomasino 2018-01-20 02:45:25 -05:00
parent 8d68c6f555
commit f22ee9a415
1 changed files with 1 additions and 1 deletions

2
burrow
View File

@ -146,7 +146,7 @@ function recipe_new() {
fi
}
function recipe_new() {
function phlog_new() {
read -p "Enter a title for your post: " title
if [[ $title == "" ]]
then