remove info output being added to recipe text

This commit is contained in:
James Tomasino 2018-01-28 16:10:31 -05:00
parent 11503de998
commit f91e34206f
1 changed files with 1 additions and 1 deletions

2
burrow
View File

@ -152,8 +152,8 @@ function recipe_new() {
then
cat "${config_location_recipebox}/.template" > "$post_path"
else
echo "Creating $post_path"
{
echo "Creating $post_path"
echo "----------------------------------------"
echo "$title"
echo "----------------------------------------"