Skip to content

Commit

Permalink
Release 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jellesiderius committed Oct 24, 2022
1 parent a456ffa commit 26a5dcb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion dist/tasks/syncImportTask.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/syncImportTask.js.map

Large diffs are not rendered by default.

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": "0.7.5",
"version": "0.7.6",
"description": "Database synchronizer for Magento, based on Magerun",
"author": {
"name": "Jelle Siderius"
Expand Down
1 change: 0 additions & 1 deletion src/tasks/syncImportTask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ class SyncImportTask {
await this.collectStagingConfigValue('email/*', ssh, config);
await this.collectStagingConfigValue('trans_email/*', ssh, config);
await this.collectStagingConfigValue('sales_email/*', ssh, config);
await this.collectStagingConfigValue('sales_pdf/*', ssh, config);
await this.collectStagingConfigValue('smtp/*', ssh, config);
await this.collectStagingConfigValue('mailchimp/*', ssh, config);
await this.collectStagingConfigValue('smtppro/*', ssh, config);
Expand Down

0 comments on commit 26a5dcb

Please sign in to comment.