Skip to content

Commit

Permalink
Less redundant name
Browse files Browse the repository at this point in the history
  • Loading branch information
MattToast committed Aug 25, 2023
1 parent 1eeae72 commit d1b21f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartsim/_core/_cli/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def execute(_args: argparse.Namespace, /) -> int:

print("Redis AI Configuration:")
rai_path = _helpers.redis_install_base().parent / "redisai.so"
rai_table = [["Is Installed", _fmt_installed_redis_ai(rai_path)]]
rai_table = [["Status", _fmt_installed_redis_ai(rai_path)]]
if rai_path.is_file():
rai_table.append(["Location", str(rai_path)])
print(tabulate(rai_table, tablefmt="fancy_outline"), end="\n\n")
Expand Down

0 comments on commit d1b21f2

Please sign in to comment.