From 409c7ca757ad0a3bf308e020198ff7ae140aece6 Mon Sep 17 00:00:00 2001 From: Tu Van Date: Tue, 23 Jul 2024 19:17:53 +0700 Subject: [PATCH] Move the option for mysqldump to the appropriate file (#1196) --- compose/bin/mysqldump | 2 +- compose/bin/n98-magerun2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/bin/mysqldump b/compose/bin/mysqldump index 8f56f769f..c63e95d18 100755 --- a/compose/bin/mysqldump +++ b/compose/bin/mysqldump @@ -1,2 +1,2 @@ #!/usr/bin/env bash -bin/n98-magerun2 db:dump --stdout "$@" +bin/n98-magerun2 db:dump --human-readable --stdout "$@" diff --git a/compose/bin/n98-magerun2 b/compose/bin/n98-magerun2 index 80f4d9ca4..d3b088390 100755 --- a/compose/bin/n98-magerun2 +++ b/compose/bin/n98-magerun2 @@ -11,4 +11,4 @@ if ! bin/cliq ls bin/n98-magerun2.phar; then bin/cliq mv n98-magerun2.phar bin fi -bin/cli bin/n98-magerun2.phar --human-readable "$@" +bin/cli bin/n98-magerun2.phar "$@"