Skip to content

Commit b14a986

Browse files
committed
fix(postgis): remove confusing leading / character for system path
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
1 parent 9949059 commit b14a986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgis/metadata.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata = {
55
shared_preload_libraries = []
66
extension_control_path = []
77
dynamic_library_path = []
8-
ld_library_path = ["/system"]
8+
ld_library_path = ["system"]
99
auto_update_os_libs = true
1010
required_extensions = []
1111

0 commit comments

Comments
 (0)