Skip to content

Commit

Permalink
Fix delete from makenew.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Sep 19, 2022
1 parent 00acd25 commit 39028bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makenew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ makenew () {
sed_delete README.md '9,86d'
sed_insert README.md '9i' 'TODO'

sed_delete bower.json '24d'
sed_delete bower.json '23d'

find_replace "s/LaTeX Project Skeleton/${mk_title}/g"
find_replace "s/Package skeleton for a LaTeX project\./${mk_description}/g"
Expand Down

0 comments on commit 39028bb

Please sign in to comment.