From a40f3f2b0b91abc4031a9dde1e5b840bdbc6c2a0 Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Wed, 19 Jul 2023 17:32:58 -0500 Subject: [PATCH] Address linting --- src/types/runtime.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/runtime.go b/src/types/runtime.go index 7ee68a75ac..e60dfa0f5f 100644 --- a/src/types/runtime.go +++ b/src/types/runtime.go @@ -18,6 +18,7 @@ const ( FileVariableType VariableType = "file" ) +// VariableType represents a type of a Zarf package variable type VariableType string // ZarfCommonOptions tracks the user-defined preferences used across commands.