Move repository to a private directory
This commit is contained in:
parent
8e580e3dad
commit
c6db44ace7
2 changed files with 4 additions and 3 deletions
|
|
@ -96,8 +96,8 @@ struct GitCredential {
|
|||
class PasswordStore {
|
||||
static let shared = PasswordStore()
|
||||
|
||||
let storeURL = URL(fileURLWithPath: "\(Globals.documentPath)/password-store")
|
||||
let tempStoreURL = URL(fileURLWithPath: "\(Globals.documentPath)/password-store-temp")
|
||||
let storeURL = URL(fileURLWithPath: "\(Globals.repositoryPath)")
|
||||
let tempStoreURL = URL(fileURLWithPath: "\(Globals.repositoryPath)-temp")
|
||||
var storeRepository: GTRepository?
|
||||
var gitCredential: GitCredential?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue