mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 22:12:56 +00:00
Rename zenith crate to neon_local (#1625)
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user