Skip to content

Commit

Permalink
Release 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jellesiderius committed Aug 8, 2024
1 parent 6e1fc6e commit 88a195c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/tasks/checksTask.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tasks/checksTask.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage-db-sync",
"version": "1.3.7",
"version": "1.3.8",
"description": "Database synchronizer for Magento, based on Magerun",
"author": {
"name": "Jelle Siderius"
Expand Down
2 changes: 1 addition & 1 deletion src/tasks/checksTask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class ChecksTask {
return true;
}

throw new Error(`SSH key ${config.customConfig.sshKeyLocation} does not exist. This can be configured in config/settings.json`);
throw new Error(`SSH key ${config.customConfig.sshKeyLocation} does not exist. This can be configured in config/settings.json or per user in config/databases/production.json or staging.json`);
}
}
);
Expand Down

0 comments on commit 88a195c

Please sign in to comment.