Skip to content

Commit

Permalink
Updated linting
Browse files Browse the repository at this point in the history
  • Loading branch information
duedares-rvj committed Jul 11, 2024
1 parent 75010b1 commit ec3ece5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
17 changes: 9 additions & 8 deletions src/commands/export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,15 @@ export default async function exportCMD(params: ExportParams) {
await context.dump();
log.info('Export Successful');

log.info(`================================================
======= Help us improve Auth0 Deploy CLI =======
================================================
We're on a mission to make Auth0 Deploy CLI the best it can be, and we need YOUR help.
We've put together a brief survey to understand how you use Deploy CLI, what you love about it, and where you think we can do better.
log.info(`
================================================
======= Help us improve Auth0 Deploy CLI =======
================================================
We're on a mission to make Auth0 Deploy CLI the best it can be, and we need YOUR help.
We've put together a brief survey to understand how you use Deploy CLI, what you love about it, and where you think we can do better.
===> https://www.surveymonkey.com/r/LZKMPFN <===
===> https://www.surveymonkey.com/r/LZKMPFN <===
Thank you for helping us make Auth0 Deploy CLI better for everyone!
================================================`);
Thank you for helping us make Auth0 Deploy CLI better for everyone!
================================================`);
}
17 changes: 9 additions & 8 deletions src/commands/import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,15 @@ export default async function importCMD(params: ImportParams) {

log.info('Import Successful');

log.info(`================================================
======= Help us improve Auth0 Deploy CLI =======
================================================
We're on a mission to make Auth0 Deploy CLI the best it can be, and we need YOUR help.
We've put together a brief survey to understand how you use Deploy CLI, what you love about it, and where you think we can do better.
log.info(`
================================================
======= Help us improve Auth0 Deploy CLI =======
================================================
We're on a mission to make Auth0 Deploy CLI the best it can be, and we need YOUR help.
We've put together a brief survey to understand how you use Deploy CLI, what you love about it, and where you think we can do better.
===> https://www.surveymonkey.com/r/LZKMPFN <===
===> https://www.surveymonkey.com/r/LZKMPFN <===
Thank you for helping us make Auth0 Deploy CLI better for everyone!
================================================`);
Thank you for helping us make Auth0 Deploy CLI better for everyone!
================================================`);
}

0 comments on commit ec3ece5

Please sign in to comment.