typo
This commit is contained in:
parent
37ecf9a192
commit
c8b82f6a48
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ func client() (c *clientv1.Client) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func unveil(socket string) error {
|
func unveil(socket string) error {
|
||||||
err := godrop.Unveil(socket, "rwc")
|
err := godrop.Unveil(socket, "rw")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue