Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
add next step message in InitInDockerCompose function
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Sep 30, 2022
1 parent 0c3efc8 commit e7f96f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/init-in-docker-compose.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ func InitInDockerCompose(db string) {

fmt.Print(constants.SUCCESS_BACKGROUND.Render("SUCCESS"))
fmt.Println(constants.SUCCESS_FOREGROUND.Render(" Initialized Successfully"))
fmt.Print(constants.INFO_BACKGROUND.Render("NEXT STEP"))
fmt.Println(constants.INFO_FOREGROUND.Render(" Add " + db + " SDK package to your bot 📦️"))
}

0 comments on commit e7f96f4

Please sign in to comment.