diff options
Diffstat (limited to 'src/conf')
-rwxr-xr-x | src/conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ dateiso() { CONF="${1:-}" FILENAME="${2:-}" eval "$(assert-arg -- "$CONF" 'CONF')" -. "$(realpath -- "$CONF")" +. ./"$CONF" needs "${url_pre:-}" 'Missing required $url_pre (e.g. https://example.com)' |