Skip to content

Commit 6f85528

Browse files
committed
don't hide words file
1 parent cf0ab2e commit 6f85528

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

xt/aspell.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ for @files -> $file {
3737

3838
my $fixer = run('awk', 'BEGIN {print "!"} {print "^" $0}', :in($pod2text.out), :out);
3939

40-
my $proc = run(<aspell -a --ignore-case --extra-dicts=./xt/.aspell.pws>, :in($fixer.out), :out);
40+
my $proc = run(<aspell -a --ignore-case --extra-dicts=./xt/words.pws>, :in($fixer.out), :out);
4141

4242
$proc.out.get; # dump first line.
4343
my $count;
File renamed without changes.

0 commit comments

Comments
 (0)