Remove debug path

This commit is contained in:
Bernd Schoolmann 2023-07-17 03:26:21 +02:00
parent 30237e79b2
commit fbf843d090
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ func SendToAgent(request interface{}) (interface{}, error) {
if err != nil {
panic(err)
}
// home := "/home/quexten"
c, err := net.Dial("unix", home+"/.goldwarden.sock")
if err != nil {
return nil, err