From 9d59b5e05560f0feb2aafd8460ebd7f776a81a36 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Tue, 10 Sep 2024 15:46:04 +0200 Subject: [PATCH] - --- bundle/config/target.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/bundle/config/target.go b/bundle/config/target.go index d261018dc..fc6ba7b5b 100644 --- a/bundle/config/target.go +++ b/bundle/config/target.go @@ -8,8 +8,6 @@ import ( type Mode string -type TargetVariable variable.Variable - // Target defines overrides for a single target. // This structure is recursively merged into the root configuration. type Target struct {