mirror of
https://github.com/bitwarden/cli
synced 2025-12-28 05:53:15 +00:00
standardize import command
This commit is contained in:
@@ -28,7 +28,7 @@ export class CliUtils {
|
||||
p = osInput;
|
||||
}
|
||||
} else {
|
||||
reject('you must specify a path');
|
||||
reject('You must specify a file path.');
|
||||
}
|
||||
fs.readFile(p, 'utf8', (err, data) => {
|
||||
if (err != null) {
|
||||
|
||||
Reference in New Issue
Block a user