From 3a912b8778fafef771d69a568be6db52df6c22f4 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Fri, 10 Mar 2023 15:25:56 +0100 Subject: [PATCH] apps/examples/watcher/Makefile: fix nxstyle fix error: Relative file path does not match actual file --- examples/watcher/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/watcher/Makefile b/examples/watcher/Makefile index da5862736..90f885000 100644 --- a/examples/watcher/Makefile +++ b/examples/watcher/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# apps/examples/watcher/Make.defs +# apps/examples/watcher/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with