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