diff --git a/internal/pkg/config/config.go b/internal/pkg/config/config.go index 5d70051..bb80ded 100644 --- a/internal/pkg/config/config.go +++ b/internal/pkg/config/config.go @@ -12,7 +12,7 @@ import ( ) const ( - CONFIG_FILE_DEFAULT = "/etc/containerdefs.toml" + CONFIG_FILE_DEFAULT = "/etc/ccl.toml" ) type command string