Skip to content

Commit 555a135

Browse files
committedSep 3, 2024
chore: change template name
1 parent 0233e8e commit 555a135

File tree

257 files changed

+19
-19
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+19
-19
lines changed
 

Diff for: ‎README.md

+2-2

Diff for: ‎generators/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export default class extends Generator {
130130
* The rest of the files, like utils/* and db/* are also not needed since the sample
131131
* app contains their own mechanisms to talk with the db.
132132
*/
133-
if( this.options.templateChoice.includes('ords-concert-app' )){
133+
if( this.options.templateChoice.includes('ords-remix-jwt-sample' )){
134134
this.fs.copy(
135135
this.templatePath( `${this.options.templateChoice}/.gitignore` ),
136136
this.destinationPath( '.gitignore' ),
@@ -204,7 +204,7 @@ export default class extends Generator {
204204

205205
end() {
206206
this.log( 'Application generated successfully. Run the following command: \n\ncd ' + path.join( process.cwd(), this.options.appName ) + '\n');
207-
if(!this.options.templateChoice.includes('ords-concert-app')){}
207+
if(!this.options.templateChoice.includes('ords-remix-jwt-sample')){}
208208
this.log('Please check out the README file to learn how to configurate the ORDS Concert App')
209209
}
210210
}

0 commit comments

Comments
 (0)
Please sign in to comment.