Skip to content

Commit

Permalink
Merge branch 'main' of github.com:deephyper/deephyper-spack-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Deathn0t committed Mar 7, 2024
2 parents 296b348 + 01309a6 commit 09a1909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/redisjson/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ def install(self, spec, prefix):
ext = "dylib" if self.spec.satisfies("platform=darwin") else "so"
target = join_path(prefix.lib, f"librejson.{ext}")
with open(join_path(prefix, "redis.conf"), "w") as f:
f.write(f"loadmodule {target}")
f.write(f"loadmodule {target}\n")

0 comments on commit 09a1909

Please sign in to comment.