Skip to content

Commit

Permalink
🐛 Fix rulesets location (#347)
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Murray <[email protected]>
  • Loading branch information
dymurray authored Oct 2, 2024
1 parent ac5f7cd commit 845b77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var (
RootCommandName = "kantra"
JavaBundlesLocation = "/jdtls/java-analyzer-bundle/java-analyzer-bundle.core/target/java-analyzer-bundle.core-1.0.0-SNAPSHOT.jar"
JDTLSBinLocation = "/jdtls/bin/jdtls"
RulesetsLocation = "rulesets/default/generated"
RulesetsLocation = "rulesets"
JavaProviderImage = "quay.io/konveyor/java-external-provider"
GenericProviderImage = "quay.io/konveyor/generic-external-provider"
DotnetProviderImage = "quay.io/konveyor/dotnet-external-provider"
Expand Down

0 comments on commit 845b77c

Please sign in to comment.