Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Oct 19, 2023
1 parent 74c4754 commit 06cde95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void beforeAll(ExtensionContext extensionContext) throws Exception {

ResourceHandler resource_handler = new ResourceHandler();

String repo = searchForRepo("marketplace/exampleRepositories");
String repo = searchForRepo("exampleRepositories");
resource_handler.setResourceBase(new File(repo).getAbsolutePath());

HandlerList handlers = new HandlerList();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ object SignTestAssets {
@Throws(Exception::class)
@JvmStatic
fun main(args: Array<String>) {
sign("marketplace/exampleRepositories/")
sign("exampleRepositories/")
}

@Throws(IOException::class)
Expand Down

0 comments on commit 06cde95

Please sign in to comment.