From 9bce60757a82a913720022829f33072142f97ea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 1 Oct 2019 18:05:35 +0200 Subject: config: fix path to surf-pass --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 8e11734..97077cb 100644 --- a/config.h +++ b/config.h @@ -108,7 +108,7 @@ static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE | /* Pass */ #define PASS(VAL) { \ - .v = (const char *[]){ "./surf-pass", winid, VAL, NULL } \ + .v = (const char *[]){ "surf-pass", winid, VAL, NULL } \ } /* styles */ -- cgit v1.2.3