mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-04 03:26:19 +00:00
Add force => ->got('version-check') to tools.
This commit is contained in:
@@ -4779,7 +4779,9 @@ sub main {
|
||||
# Do the version-check
|
||||
# ########################################################################
|
||||
if ( $o->get('version-check') && (!$o->has('quiet') || !$o->get('quiet')) ) {
|
||||
VersionCheck::version_check();
|
||||
VersionCheck::version_check(
|
||||
force => $o->got('version-check'),
|
||||
);
|
||||
}
|
||||
|
||||
# ########################################################################
|
||||
|
Reference in New Issue
Block a user