configurator: Fix issue with dirs first, bump 4.2 (#940)

This commit is contained in:
Franck Nijhof
2019-12-22 12:40:25 +01:00
committed by GitHub
parent df549b101b
commit c65f0695e5
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 4.2
- Fixes an issue with the dirs first option
## 4.1
- Fixes an issue with the enforce base path option

View File

@@ -1,6 +1,6 @@
{
"name": "Configurator",
"version": "4.1",
"version": "4.2",
"slug": "configurator",
"description": "Browser-based configuration file editor for Home Assistant",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/configurator",

View File

@@ -31,7 +31,7 @@ fi
# Setup and run configurator
export HC_HASS_API_PASSWORD="${HASSIO_TOKEN}"
export HC_DIRFIRST="${DIRSFIRST}"
export HC_DIRSFIRST="${DIRSFIRST}"
export HC_ENFORCE_BASEPATH="${ENFORCE_BASEPATH}"
export HC_IGNORE_PATTERN="${IGNORE_PATTERN}"