Skip to content

Commit

Permalink
undo incorrect merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ankona committed Jun 13, 2023
1 parent 2d65d29 commit b3e142a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartsim/_core/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def __init__(self) -> None:

self.lib_path = Path(dependency_path, "lib").resolve()
self.bin_path = Path(dependency_path, "bin").resolve()
self.conf_path = Path(dependency_path, "config", "redis6.conf")
self.conf_path = Path(dependency_path, "config", "redis.conf")

@property
def redisai(self) -> str:
Expand Down

0 comments on commit b3e142a

Please sign in to comment.