Skip to content

Commit 6776e35

Browse files
committed
slurp-rest → slurp
1 parent 13eeae8 commit 6776e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maintenance/long-term-storage.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ sub pack-it {
7373
my $sha-proc = run :out, :in, :bin, sha256sum, -b;
7474
$sha-proc.in.write: Blob.new(@bytes);
7575
$sha-proc.in.close;
76-
my $sha = $sha-proc.out.slurp-rest(:close).words.head; # could also be a random name, doesn't matter
76+
my $sha = $sha-proc.out.slurp(:close).decode.words.head; # could also be a random name, doesn't matter
7777
exit 1 unless $sha;
7878
my $large-archive-path = {ARCHIVES-LOCATION}/$sha.lrz;
7979

0 commit comments

Comments
 (0)