From 0f56f2586902f8da46f14574116be684e26cbb66 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Sun, 19 May 2024 12:08:26 +0600 Subject: [PATCH] Fix package name Signed-off-by: Tamal Saha --- hub/clusterprofiles/lib.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/clusterprofiles/lib.go b/hub/clusterprofiles/lib.go index 219826d61..9b4099831 100644 --- a/hub/clusterprofiles/lib.go +++ b/hub/clusterprofiles/lib.go @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -package menuoutlines +package clusterprofiles import ( "embed"