Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix cmd in greppable (oops)
  • Loading branch information
AlexDaniel committed Sep 30, 2019
1 parent 10a6d8a commit 6754665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbin/Greppable.p6
Expand Up @@ -91,7 +91,7 @@ multi method irc-to-me($msg where .args[1].starts-with(‘file’ | ‘tree’)
}

multi method irc-to-me($msg) {
my @cmd = <git grep --color=always -z -I
my @cmd = |<git grep --color=always -z -I
--perl-regexp --line-number -->, $msg;

run :out(Nil), :cwd($ECO-PATH), <git pull>;
Expand Down

0 comments on commit 6754665

Please sign in to comment.