Skip to content

Commit 09a1909

Browse files
committed
Merge branch 'main' of github.com:deephyper/deephyper-spack-packages
2 parents 296b348 + 01309a6 commit 09a1909

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/redisjson/package.py

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

0 commit comments

Comments
 (0)