diff --git a/jsonnet/cmd.go b/jsonnet/cmd.go index 62c534c..314670b 100644 --- a/jsonnet/cmd.go +++ b/jsonnet/cmd.go @@ -186,7 +186,7 @@ func getVarFile(s string) (string, string, error) { } } -type processArgsStatus = int +type processArgsStatus int const ( processArgsStatusContinue = iota