Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jellesiderius committed Aug 9, 2023
1 parent 3260dc0 commit 5775e60
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/controllers/startController.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/downloadTask.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/downloadTask.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": "1.2.1",
"version": "1.2.2",
"description": "Database synchronizer for Magento, based on Magerun",
"author": {
"name": "Jelle Siderius"
Expand Down
2 changes: 1 addition & 1 deletion src/controllers/startController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class StartController extends MainController {

// Configure task list
prepareTasks = async () => {
info('Running all download & configuration tasks, this can take a couple of minutes, get yourself some coffee, tea or a bear! ✨\n');
info('Running all download & configuration tasks, this can take a couple of minutes, get yourself some coffee, tea or a beer! ✨\n');
if (this.config.settings.syncDatabases == 'yes') {
// Sync databases tasks
// Build up check list
Expand Down
2 changes: 1 addition & 1 deletion src/tasks/downloadTask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class DownloadTask {
addTasks = async (list: any, config: any, ssh: any, sshSecondDatabase: any) => {
list.add(
{
title: `Download database from server (${config.databases.databaseData.username} | ${config.databases.databaseType})`,
title: `Downloading from server (${config.databases.databaseData.username} | ${config.databases.databaseType})`,
task: (ctx: any, task: any): Listr =>
task.newListr(
this.downloadTasks
Expand Down

0 comments on commit 5775e60

Please sign in to comment.