From 48928e1c683c9a1aebd5ed92076b35e3bbae4cf6 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Tue, 21 Mar 2023 17:16:39 +0100 Subject: [PATCH] apps/system/dumpstack/Makefile: fix style fix error: Relative file path does not match actual file --- system/dumpstack/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/dumpstack/Makefile b/system/dumpstack/Makefile index 38069689d..b76243cab 100644 --- a/system/dumpstack/Makefile +++ b/system/dumpstack/Makefile @@ -1,5 +1,5 @@ ############################################################################ -# system/dumpstack/Makefile +# apps/system/dumpstack/Makefile # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with