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.
2 parents 296b348 + 01309a6 commit 09a1909Copy full SHA for 09a1909
1 file changed
packages/redisjson/package.py
@@ -56,4 +56,4 @@ def install(self, spec, prefix):
56
ext = "dylib" if self.spec.satisfies("platform=darwin") else "so"
57
target = join_path(prefix.lib, f"librejson.{ext}")
58
with open(join_path(prefix, "redis.conf"), "w") as f:
59
- f.write(f"loadmodule {target}")
+ f.write(f"loadmodule {target}\n")
0 commit comments