Skip to content

Commit

Permalink
- Changed message
Browse files Browse the repository at this point in the history
  • Loading branch information
jellesiderius committed Jul 15, 2021
1 parent 3c8a949 commit 10102f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/importController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ class ImportController {
return true;
}

throw new Error(`SSH key ${this.localDatabaseFolderLocation} does not exist. This can be configured in config/settings.json`);
throw new Error(`Download folder ${this.localDatabaseFolderLocation} does not exist. This can be configured in config/settings.json`);
}
},
);
Expand Down

0 comments on commit 10102f3

Please sign in to comment.