Skip to content

Commit

Permalink
Remove silly looking like arrow operator
Browse files Browse the repository at this point in the history
  • Loading branch information
firesock committed Feb 15, 2014
1 parent c77d3ef commit bb8ad1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earl.pl
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ sub get_tweet {

if (not defined $entity->{media_url}) {
next unless my (undef, $ent_response) = get_simple_response($ent_url);
$text = $text . " => " . $ent_response;
$text = $text . " > " . $ent_response;
}
}
}
Expand Down

0 comments on commit bb8ad1c

Please sign in to comment.