We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f306ada commit 01309a6Copy full SHA for 01309a6
packages/redisjson/package.py
@@ -46,4 +46,4 @@ def install(self, spec, prefix):
46
ext = "dylib" if self.spec.satisfies("platform=darwin") else "so"
47
target = join_path(prefix.lib, f"librejson.{ext}")
48
with open(join_path(prefix, "redis.conf"), "w") as f:
49
- f.write(f"loadmodule {target}")
+ f.write(f"loadmodule {target}\n")
0 commit comments