Skip to content

Commit

Permalink
refactor: message
Browse files Browse the repository at this point in the history
  • Loading branch information
thde committed Apr 26, 2024
1 parent 262093c commit 3c9f6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create/mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (cmd *mySQLCmd) Run(ctx context.Context, client *api.Client) error {
}
cmd.SSHKeys = append(cmd.SSHKeys, sshkeys...)

fmt.Println("Creating new mysql. This can take up to 25 minutes.")
fmt.Printf("Creating new mysql. Waiting for up to %s.\n", cmd.WaitTimeout)
mysql := cmd.newMySQL(client.Project)

c := newCreator(client, mysql, "mysql")
Expand Down

0 comments on commit 3c9f6ba

Please sign in to comment.