Skip to content

Commit

Permalink
fix: tutorial-flows -> tutorialFlows
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 authored Nov 5, 2024
1 parent 453fbc5 commit 681466c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ public void load() {
.orElse(0);
log.info(
"Loaded {} \"Getting Started\" flows from community blueprints. " +
"You can disable this feature by setting 'kestra.tutorial-flows.enabled=false'.", count);
"You can disable this feature by setting 'kestra.tutorialFlows.enabled=false'.", count);
} catch (Exception e) {
// Kestra's API is likely to be unavailable.
log.warn("Unable to load \"Getting Started\" flows from community blueprints. " +
"You can disable this feature by setting 'kestra.tutorial-flows.enabled=false'. Cause: {}", e.getMessage());
"You can disable this feature by setting 'kestra.tutorialFlows.enabled=false'. Cause: {}", e.getMessage());
}
}
}

0 comments on commit 681466c

Please sign in to comment.