Skip to content

Commit

Permalink
Fix compile-error
Browse files Browse the repository at this point in the history
  • Loading branch information
Søren Vejrup Carlsen committed Sep 16, 2015
1 parent 962f9de commit da847f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/common-test/src/main/java/TestBitrepository.java
Expand Up @@ -7,7 +7,7 @@ public class TestBitrepository {
public static void main(String[] args) {
File configDir = new File("/home/svc/bitmag-releasetest-conf");
File bitmagKeyfile = new File(configDir, "client-certificate.pem");
Bitrepository bitrep = new Bitrepository(configDir, bitmagKeyfile, 1);
Bitrepository bitrep = new Bitrepository(configDir, bitmagKeyfile, 1, "kbpillar-test-linux");
bitrep.shutdown();

}
Expand Down

0 comments on commit da847f9

Please sign in to comment.