Skip to content
This repository was archived by the owner on Jul 7, 2024. It is now read-only.

Commit d7a5e87

Browse files
committed
Minor fixes
1 parent f19c0e2 commit d7a5e87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/api/helpers/helpers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export const installAndConnect = (pkgJsonScript, message) => {
102102
export const restoreToFirstTimer = async () => {
103103
try {
104104
if (user.isFirstTimer) {
105-
warning('ℹ You do not need the restore command yet: the restore command is for resetting your your automated dev server settings to first time usage condition (i.e. both your connection setup type and first timer status) if ever you wish to change it after the "npm run dev" command saves it for you \n');
105+
warning('ℹ You do not need the restore command yet: the restore command is for resetting your automated dev server settings to first time usage condition (i.e. both your connection setup type and first timer status) if ever you wish to change it after the "npm run dev" command saves it for you \n');
106106
} else {
107107
// Restore default (atlas) connection files
108108
const { dbServerFileNames, atlasTemplateDirectory } = setTemplateFileDirExt();
@@ -118,7 +118,7 @@ export const restoreToFirstTimer = async () => {
118118
isFirstTimer: true,
119119
savedConnection: 'ATLAS',
120120
});
121-
success('✔ Connection setup type successfully restored to default: ATLAS');
121+
success('✔ Previously saved connection setup type removed');
122122
warning('\nℹ First timer status update: You will now have the option to set your preferred connection setup type again the next time you start the automated dev server. To start the automated dev server, use the command:\nnpm run dev\n');
123123
}
124124
} catch(err) {

0 commit comments

Comments
 (0)