diff --git a/internal/pkg/config/config.go b/internal/pkg/config/config.go index d32f609..179702a 100644 --- a/internal/pkg/config/config.go +++ b/internal/pkg/config/config.go @@ -16,8 +16,6 @@ const ( CONFIG_FILE_DEFAULT = "/etc/ccl.toml" ) -type command string - var ( ConfigFile = CONFIG_FILE_DEFAULT Networks = []network.Network{}