Skip to content

Commit

Permalink
fix: Usage of wrong verticles folder in WorkingDirectoryBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
pk-work authored and s4heid committed Feb 3, 2021
1 parent 1ed24b9 commit ba0c0e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public final class WorkingDirectoryBuilder {
/**
* Relative path to the verticle directory
*/
public static final Path VERTICLES_DIR = Path.of("verticle");
public static final Path VERTICLES_DIR = Path.of("verticles");

/**
* Relative path to the models directory
Expand Down

0 comments on commit ba0c0e9

Please sign in to comment.