Change default config file path

This commit is contained in:
Joel Elkins 2022-07-19 01:37:47 -05:00
parent f74dc50392
commit e9e4b94e6d

View File

@ -12,7 +12,7 @@ import (
) )
const ( const (
CONFIG_FILE_DEFAULT = "/etc/containerdefs.toml" CONFIG_FILE_DEFAULT = "/etc/ccl.toml"
) )
type command string type command string