summaryrefslogtreecommitdiff
path: root/bin/mysql-functions
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-01-17 14:18:57 +0100
committerErich Eckner <git@eckner.net>2018-01-17 14:18:57 +0100
commit81e0f55ccc55da3d837d6247fa2cc27a25b08ffa (patch)
treeffa45fa6f94b91f078a89672c44639149535c234 /bin/mysql-functions
parentecc46adbdc33951bb8e683e9d46c4771e1d35704 (diff)
downloadbuilder-81e0f55ccc55da3d837d6247fa2cc27a25b08ffa.tar.xz
bin/mysql-functions: reverse mirror and mysql
Diffstat (limited to 'bin/mysql-functions')
-rwxr-xr-xbin/mysql-functions4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mysql-functions b/bin/mysql-functions
index ca7d0ca..1369ae8 100755
--- a/bin/mysql-functions
+++ b/bin/mysql-functions
@@ -616,7 +616,7 @@ mysql_sanity_check() {
"${temp_dir}/mysql-packages"
diff -u \
- "${temp_dir}/mysql-packages" \
- "${temp_dir}/master-mirror-listing"
+ "${temp_dir}/master-mirror-listing" \
+ "${temp_dir}/mysql-packages"
)
}