Skip to content

Commit aa6e2f0

Browse files
committed
extract_zstd: fix typo
1 parent 2b04195 commit aa6e2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

+stdlib/extract_zstd.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function extract_zstd_bin(archive, out_dir)
3131
out_dir (1,1) string
3232
end
3333

34-
exe = which("zstd");
34+
exe = stdlib.which("zstd");
3535
assert(~isempty(exe), "need to have Zstd installed: https://github.com/facebook/zstd")
3636

3737
tar_arc = tempname;

0 commit comments

Comments
 (0)