We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc77a8d commit 894f9c0Copy full SHA for 894f9c0
src/main/java/io/cryostat/agent/triggers/TriggerParser.java
@@ -55,7 +55,7 @@ public List<SmartTrigger> parseFromFiles() {
55
if (triggerPath.isPresent() && !checkDir()) {
56
log.warn(
57
"Configuration directory {} doesn't exist or is missing permissions",
58
- triggerPath.toString());
+ triggerPath.get().toString());
59
return Collections.emptyList();
60
}
61
try {
0 commit comments