Navigation Menu

Skip to content

Commit

Permalink
travis: fix variable define location
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 28, 2014
1 parent 0ab4e8f commit f83cd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/travis/setup.sh
Expand Up @@ -31,9 +31,9 @@ if [ "$GROONGA_MASTER" = "yes" ]; then
else
sudo apt-get purge libzmq3

distribution=$(lsb_release --short --id | tr 'A-Z' 'a-z')
case $distribution in
debian)
distribution=$(lsb_release --short --id | tr 'A-Z' 'a-z')
code_name=$(lsb_release --short --codename)
component=main
apt_url_base=http://packages.groonga.org
Expand Down

0 comments on commit f83cd77

Please sign in to comment.