Skip to content

Commit

Permalink
Fix calls to methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Reale committed Nov 16, 2016
1 parent ad19674 commit ac17cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/charstream/convert
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function bashlets_charstream_convert_punch()
{
while read
do
bashlets_datatype_string_punch "$REPLY"
:string punch "$REPLY"
done
}

Expand All @@ -52,7 +52,7 @@ function bashlets_charstream_convert_to_piglatin()
{
while read
do
bashlets_datatype_string_to_piglatin "$REPLY"
:string to_piglatin "$REPLY"
done
}

Expand Down

0 comments on commit ac17cd7

Please sign in to comment.