yourkarma / JWT

A JSON Web Token implementation in Objective-C.
MIT License
351 stars 106 forks source link

Remove executable bit from non-executable files #222

Closed friederbluemle closed 4 years ago

friederbluemle commented 4 years ago

The non-executable file Scripts/generate_ec_curved_keys.rb erroneously had the executable bit set. This fixes it by changing the file mode from 755 to 644.

No content changes in this PR.

lolgear commented 4 years ago

Thanks!