diff options
Diffstat (limited to 'helpers/lh_binary_debian-installer')
-rwxr-xr-x | helpers/lh_binary_debian-installer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_binary_debian-installer b/helpers/lh_binary_debian-installer index 10a721e02..38195979d 100755 --- a/helpers/lh_binary_debian-installer +++ b/helpers/lh_binary_debian-installer @@ -248,7 +248,7 @@ then esac fi -if [ "${LH_DEBIAN_INSTALLER_DAILY}" = "enabled" ] +if [ "${LH_DEBIAN_INSTALLER_DISTRIBUTION}" = "daily" ] then # Debian Installer daily builds case "${LH_ARCHITECTURE}" in |