Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriiklymiuk committed Oct 6, 2022
1 parent d3e17a8 commit 49c30a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ type FilenameForService struct {
func CreateDatabaseServices(databaseServices []utils.DatabaseService) {
if len(databaseServices) == 0 {
fmt.Println(`
No services info provided.
Please provide them in corgi-compose.yml file`)
No services info provided -> no db_services created.
Provide them in corgi-compose.yml file`)
return
}

Expand Down

0 comments on commit 49c30a0

Please sign in to comment.