From 80b7c434035d093d45d9b14b06294244dd54b180 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Mon, 20 Jan 2020 15:19:46 +0100 Subject: typo in website --- website/templates/features/configuration.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/templates/features/configuration.html b/website/templates/features/configuration.html index 82b93549..62bac24a 100644 --- a/website/templates/features/configuration.html +++ b/website/templates/features/configuration.html @@ -155,7 +155,7 @@
# Environment variables are names surrounded by angle brackets (<, >).
# They are replaced by System.getenv(name), if present.
- import <JAVA_PROJECTS>/shared.config>
+ import <JAVA_PROJECTS>/shared.config
# A tilde (~) at the start gets replaced by System.getProperty("user.home", "~").
import ~/my.config
-- cgit