Rename zenith crate to neon_local (#1625)

This commit is contained in:
bojanserafimov
2022-05-05 19:06:53 -04:00
committed by GitHub
parent 11a44eda0e
commit ef40e404cf
6 changed files with 36 additions and 37 deletions

View File

@@ -1108,7 +1108,7 @@ class ZenithCli:
assert type(arguments) == list
bin_zenith = os.path.join(str(zenith_binpath), 'zenith')
bin_zenith = os.path.join(str(zenith_binpath), 'neon_local')
args = [bin_zenith] + arguments
log.info('Running command "{}"'.format(' '.join(args)))