Skip to content

Commit

Permalink
Move the option for mysqldump to the appropriate file (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuVanDev authored Jul 23, 2024
1 parent b35c8fc commit 409c7ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose/bin/mysqldump
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
bin/n98-magerun2 db:dump --stdout "$@"
bin/n98-magerun2 db:dump --human-readable --stdout "$@"
2 changes: 1 addition & 1 deletion compose/bin/n98-magerun2
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"

0 comments on commit 409c7ca

Please sign in to comment.