File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/cli/src/commands/doctor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ export default class DoctorAsk extends Command {
2222 const { args, flags} = await this . parse ( DoctorAsk )
2323 const { body : user } = await this . heroku . get < Heroku . Account > ( '/account' , { retryAuth : false } )
2424 const userName = ( user && user . name ) ? ` ${ user . name } ` : ''
25- const herokAIResponse = `${ color . heroku ( `Hi${ userName } ,` ) } \n\nI'm just a concept right now. Remember?`
26- const herokAIJsonResponse = `Hi${ userName } , I'm just a concept right now. Remember?`
25+ const herokAIResponse = `${ color . heroku ( `Hi${ userName } , \n\nI'm just a concept right now. Remember? Maybe you can get some buy in during the demo?` ) } `
26+ const herokAIJsonResponse = `Hi${ userName } , I'm just a concept right now. Remember? Maybe you can get some buy in during the demo? `
2727
2828 const dialogue = {
2929 question : args . question ,
You can’t perform that action at this time.
0 commit comments