Skip to content

Commit 4f751b1

Browse files
authored
Update codename to reflect BLS-specific fork
Signed-off-by: Fox <22664861+Mercury0@users.noreply.github.com>
1 parent e35b71e commit 4f751b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def gen_cli_args():
2424
VERSION = importlib.metadata.version("netexec")
2525
COMMIT = ""
2626
DISTANCE = ""
27-
CODENAME = "SmoothOperator"
27+
CODENAME = "BLS"
2828
nxc_logger.debug(f"NXC VERSION: {VERSION} - {CODENAME} - {COMMIT} - {DISTANCE}")
2929

3030
generic_parser = argparse.ArgumentParser(add_help=False, formatter_class=DisplayDefaultsNotNone)

0 commit comments

Comments
 (0)