Fix typo in Docker files (#15256)

This commit is contained in:
Steven Conaway 2018-07-01 22:02:09 -07:00 committed by Michaël Arnauts
parent a64a66dd62
commit 86165750ff

View file

@ -46,7 +46,7 @@ apt-get install -y --no-install-recommends ${PACKAGES[@]} ${PACKAGES_DEV[@]}
# This is a list of scripts that install additional dependencies. If you only
# need to install a package from the official debian repository, just add it
# to the list above. Only create a script if you need compiling, manually
# downloading or a 3th party repository.
# downloading or a 3rd party repository.
if [ "$INSTALL_TELLSTICK" == "yes" ]; then
virtualization/Docker/scripts/tellstick
fi