Fix path in UI

This commit is contained in:
Max Goedjen
2022-01-02 23:20:48 -08:00
parent d10ff8df8e
commit 3d1d7687c0
3 changed files with 5 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ struct SecretDetailView<SecretType: Secret>: View {
@State var secret: SecretType
private let keyWriter = OpenSSHKeyWriter()
private let publicKeyFileStoreController = PublicKeyFileStoreController()
private let publicKeyFileStoreController = PublicKeyFileStoreController(homeDirectory: NSHomeDirectory().replacingOccurrences(of: Bundle.main.hostBundleID, with: Bundle.main.agentBundleID))
var body: some View {
ScrollView {