tool: hal-compatibility-checker: Fix file path used by --reset 79/313179/1
authorYoungjae Cho <y0.cho@samsung.com>
Thu, 20 Jun 2024 01:52:27 +0000 (10:52 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Thu, 20 Jun 2024 01:53:06 +0000 (10:53 +0900)
Change-Id: I3cd0a7b7d303e6c8d0d1aead41ed1f5cf49f5c8d
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
tools/hal-compatibility-checker/main.c

index 754c0a5d55baaf37651fc36484f06f970600d435..37f6967da782e2bff8be47bbc63bee676b5a8597 100644 (file)
@@ -233,7 +233,7 @@ int main(int argc, char *argv[])
        }
 
        if (reset_file) {
-               unlink("/opt/etc/hal/.hal-compatibility-checker");
+               unlink("/opt/etc/hal/.hal-backend-compatibility");
                return 0;
        }