Skip to content

Commit ce93acf

Browse files
Fix rasie -> raise (s <-> i) (#269)
Signed-off-by: Landon Grindheim <[email protected]> Co-authored-by: Samuel Giddins <[email protected]>
1 parent 8d5b496 commit ce93acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sigstore/internal/x509.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ class ExtendedKeyUsage < Extension
304304

305305
def parse_value(value)
306306
unless value.is_a?(OpenSSL::ASN1::Sequence)
307-
rasie ArgumentError,
307+
raise ArgumentError,
308308
"Invalid extended key usage: #{value.inspect}"
309309
end
310310

0 commit comments

Comments
 (0)