mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-17 08:21:22 +00:00
Set credentials file according to documentation
This commit is contained in:
@@ -18,7 +18,7 @@ public abstract class AbstractGitHubApiTestBase extends Assert {
|
||||
@Before
|
||||
public void setUp() throws Exception {
|
||||
Properties props = new Properties();
|
||||
java.io.File f = new java.io.File(System.getProperty("user.home"), ".github.kohsuke2");
|
||||
java.io.File f = new java.io.File(System.getProperty("user.home"), ".github");
|
||||
if (f.exists()) {
|
||||
FileInputStream in = new FileInputStream(f);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user