Hammerspoon / Spoons

The official repository of Spoon plugins
https://www.hammerspoon.org/Spoons/
450 stars 141 forks source link

Issue #311 - Fixed Keychain addItem #312

Closed andrewcrook closed 3 months ago

andrewcrook commented 10 months ago

Issue #311 - Keychain method not called addItem and adds “-w” to service

Renamed addPassword back to addItem Removed the concatenation of the cmd string that added the password string and flag a second time. At the same time removing the issue of the missing space which was malforming other options. The function now works as per the documentation.