We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2bfc5 commit 439f6e7Copy full SHA for 439f6e7
+stdlib/file_checksum.m
@@ -17,7 +17,7 @@
17
method {mustBeTextScalar}
18
end
19
20
-if strcmp(method, "sha256") || strcmp(method, "SHA256")
+if any(strcmp(method, {'sha256', 'SHA256'}))
21
method = "SHA-256";
22
23
0 commit comments