fix(cfp): Chat link
This commit is contained in:
parent
15fce3e0c1
commit
5f08c78f1e
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ module.exports = async () => {
|
|||
templatePath: program.templatePath,
|
||||
skipPrompts: program.skipPrompts,
|
||||
git: program.git,
|
||||
freesewing_version,
|
||||
freesewing_version
|
||||
}
|
||||
|
||||
Object.keys(opts).forEach((key) => {
|
||||
|
@ -97,7 +97,7 @@ ${strings[params.language]['cfp.devDocsAvailableAt']}
|
|||
${chalk.bold('https://freesewing.dev/')}
|
||||
|
||||
${strings[params.language]['cfp.talkToUs']}
|
||||
${chalk.bold('https://gitter.im/freesewing/development')}
|
||||
${chalk.bold('https://chat.freesewing.org/')}
|
||||
|
||||
`)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue