Fix a little typo
authorbhack <bhack@users.noreply.github.com>
Sun, 14 Sep 2014 20:19:51 +0000 (22:19 +0200)
committerbhack <bhack@users.noreply.github.com>
Sun, 14 Sep 2014 20:19:51 +0000 (22:19 +0200)
scripts/travis/travis_install.sh

index f1dc5a6..b1a59e0 100755 (executable)
@@ -7,8 +7,8 @@ MAKE="make --jobs=$NUM_THREADS"
 
 # Install apt packages where the Ubuntu 12.04 default and ppa works for Caffe
 
-#This ppa is for gflags and glog
-add-aptrepository -y ppa:tuleu/precise-backports
+# This ppa is for gflags and glog
+add-apt-repository -y ppa:tuleu/precise-backports
 apt-get -y update
 apt-get install \
     wget git curl \