Skip to content

Commit

Permalink
Fix makenew README delete range
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Nov 3, 2016
1 parent 5657492 commit 0501676
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 @@ -48,7 +48,7 @@ makenew () {
read -p '> GitHub user or organization name: ' mk_user
read -p '> GitHub repository name: ' mk_repo

sed_delete README.md '3d;23,108d;245,248d'
sed_delete README.md '3d;23,108d;241,244d'

find_replace "s/0\.0\.0/${mk_version}/g"
find_replace "s/2016 Evan Sosenko/${mk_year} ${mk_owner}/g"
Expand Down

0 comments on commit 0501676

Please sign in to comment.