From c6447e1cee3d1c72bf79c48de68c102df52164aa Mon Sep 17 00:00:00 2001 From: Alessandro Arzilli Date: Mon, 26 Sep 2022 19:05:04 +0200 Subject: [PATCH] proc/native: fix support_sentinel_darwin.go name (#3147) The file incorrectly contains a space, which means it does nothing besides breaking 'make build'. --- .../{support_sentinel darwin.go => support_sentinel_darwin.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pkg/proc/native/{support_sentinel darwin.go => support_sentinel_darwin.go} (100%) diff --git a/pkg/proc/native/support_sentinel darwin.go b/pkg/proc/native/support_sentinel_darwin.go similarity index 100% rename from pkg/proc/native/support_sentinel darwin.go rename to pkg/proc/native/support_sentinel_darwin.go