Skip to content

Commit

Permalink
tweak: typo in adminvault's error message
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerPlayz424 committed Dec 30, 2023
1 parent 7ec35f3 commit b1a0049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/components/AdminVault/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ export default class AdminVault {
console.error('This means the file doesn\'t exist or txAdmin doesn\'t have permission to read it.');
} else {
console.error('This likely means the file got somehow corrupted.');
console.error('You can rey restoring it or you can delete it and let txAdmin create a new one.');
console.error('You can try restoring it or you can delete it and let txAdmin create a new one.');
}
console.error(`Admin File Path: ${this.adminsFile}`);
process.exit(5300);
Expand Down

0 comments on commit b1a0049

Please sign in to comment.