Skip to content

Commit

Permalink
Fix method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Reale committed Nov 10, 2016
1 parent 0a2a9d5 commit 1de162a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/charstream/filter
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@


#@method
function bashlets_charstream_select_after_pattern()
function bashlets_charstream_filter_after_pattern()
{
# cf. http://stackoverflow.com/questions/17283567/
awk "f;/$1/{f=1}"
Expand Down

0 comments on commit 1de162a

Please sign in to comment.