Skip to content

Commit ec8d9df

Browse files
committed
fix: variable name
1 parent 1aaa591 commit ec8d9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ before_install:
66
- sudo apt-get update -qq
77
- sudo apt-get install lsb-release
88
- source /etc/lsb-release
9-
- wget -O- http://neuro.debian.net/lists/${$DISTRIB_CODENAME}.us-nh | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
9+
- wget -O- http://neuro.debian.net/lists/${DISTRIB_CODENAME}.us-nh | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
1010
- sudo apt-key adv --recv-keys --keyserver pgp.mit.edu 2649A5A9
1111
- sudo apt-get update -qq
1212
- sudo apt-get install -qq python-scipy python-nose

0 commit comments

Comments
 (0)