Skip to content

Commit

Permalink
Merge pull request #59 from PalladioSimulator/dr6817-patch-1
Browse files Browse the repository at this point in the history
Update RetrieverApplication.java
  • Loading branch information
dr6817 authored Jan 31, 2024
2 parents 7b3bbd2 + 16b2d3a commit 44e935c
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 44e935c

Please sign in to comment.