Skip to content

Commit

Permalink
Update RetrieverApplication.java
Browse files Browse the repository at this point in the history
  • Loading branch information
dr6817 authored Jan 31, 2024
1 parent 7b3bbd2 commit 16b2d3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public Object start(final IApplicationContext context) throws Exception {
return -1;
}

if(cmd.hasOption("rules-directory") || cmd.hasShortOption("x")) {
if(cmd.hasOption("rules-directory")) {
try {
configuration.setRulesFolder(URI.createFileURI(URI.decode(Paths.get(cmd.getOptionValue("x"))
.toAbsolutePath()
Expand Down

0 comments on commit 16b2d3a

Please sign in to comment.