Some cosmetic changes
This commit is contained in:
parent
e447b1d9d3
commit
5f6723246b
7 changed files with 10 additions and 20 deletions
|
|
@ -124,10 +124,6 @@ public class PasswordStore {
|
|||
Defaults.remove(\.gitSSHPrivateKeyArmor)
|
||||
}
|
||||
|
||||
public func initGitSSHKey(with armorKey: String) throws {
|
||||
AppKeychain.shared.add(string: armorKey, for: SshKey.PRIVATE.getKeychainKey())
|
||||
}
|
||||
|
||||
public func repositoryExisted() -> Bool {
|
||||
let fm = FileManager()
|
||||
return fm.fileExists(atPath: Globals.repositoryPath)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue