Skip to content

Commit 1b27fae

Browse files
committed
use java.io.tmpdir
1 parent 148c249 commit 1b27fae

File tree

1 file changed

+1
-1
lines changed
  • jvector-examples/src/main/java/io/github/jbellis/jvector/example

1 file changed

+1
-1
lines changed

jvector-examples/src/main/java/io/github/jbellis/jvector/example/IPCService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ static void help() {
344344
}
345345

346346
public static void main(String[] args) {
347-
String socketFile = "/tmp/jvector.sock";
347+
String socketFile = System.getProperty("java.io.tmpdir") + "/jvector.sock";
348348
if (args.length > 1)
349349
help();
350350

0 commit comments

Comments
 (0)