Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 0bf81f4

Browse files
committed
Set credentials file according to documentation
1 parent dcc3b7f commit 0bf81f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/kohsuke/github/AbstractGitHubApiTestBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public abstract class AbstractGitHubApiTestBase extends Assert {
1818
@Before
1919
public void setUp() throws Exception {
2020
Properties props = new Properties();
21-
java.io.File f = new java.io.File(System.getProperty("user.home"), ".github.kohsuke2");
21+
java.io.File f = new java.io.File(System.getProperty("user.home"), ".github");
2222
if (f.exists()) {
2323
FileInputStream in = new FileInputStream(f);
2424
try {

0 commit comments

Comments
 (0)