Skip to content

Commit 01309a6

Browse files
committed
adding new line to end of redis.conf in redisjson installation
1 parent f306ada commit 01309a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/redisjson/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ def install(self, spec, prefix):
4646
ext = "dylib" if self.spec.satisfies("platform=darwin") else "so"
4747
target = join_path(prefix.lib, f"librejson.{ext}")
4848
with open(join_path(prefix, "redis.conf"), "w") as f:
49-
f.write(f"loadmodule {target}")
49+
f.write(f"loadmodule {target}\n")

0 commit comments

Comments
 (0)