diff --git a/cmd/root.go b/cmd/root.go index b610e40..1d872ab 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -var APP_VERSION = "1.3.1" +var APP_VERSION = "1.3.2" // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ diff --git a/utils/config.go b/utils/config.go index 3a37c69..f3dce52 100644 --- a/utils/config.go +++ b/utils/config.go @@ -173,6 +173,8 @@ func GetCorgiServices(cobra *cobra.Command) (*CorgiCompose, error) { } if (seedFromDb == SeedFromDb{}) { + seedFromDb = db.SeedFromDb + } else { if db.SeedFromDb.Host != "" { seedFromDb.Host = db.SeedFromDb.Host }