mirror of
https://github.com/quexten/goldwarden.git
synced 2024-11-23 21:44:37 +03:00
Remove debug path
This commit is contained in:
parent
30237e79b2
commit
fbf843d090
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user