Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: fix typo in previous apt-update change
  • Loading branch information
adamsutton committed Dec 21, 2015
1 parent 7fafd7a commit dc4e037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/apt-update
Expand Up @@ -22,7 +22,7 @@ DIR=$(cd $(dirname "$0"); pwd)
TVH_ROOT=$(cd "$(dirname "$0")"/..; pwd)

# Builds
[ -z "$TVH_BUILD"] && TVH_BUILD="
[ -z "$TVH_BUILD" ] && TVH_BUILD="
precise:i386:amd64
trusty:i386:amd64
vivid:i386:amd64
Expand Down

0 comments on commit dc4e037

Please sign in to comment.