1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-4781 change smcat to SMCAT

The case was mistakenly left lower
This commit is contained in:
David Hall
2021-06-29 08:18:07 -05:00
parent dd12bd3cd0
commit b24c7d0c62

View File

@ -123,7 +123,7 @@ if __name__ == '__main__':
if use_systemd:
args = ['su', '-s', '/bin/sh', '-c', '{} {}'.format(SMCAT, s3_dbroot1_brm_path), USER]
else:
args = [smcat, s3_dbroot1_brm_path]
args = [SMCAT, s3_dbroot1_brm_path]
brm_saves_current = subprocess.check_output(args)
except subprocess.CalledProcessError as e: