summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorbhack <bhack@users.noreply.github.com>2014-09-14 22:19:51 +0200
committerbhack <bhack@users.noreply.github.com>2014-09-14 22:19:51 +0200
commit8de9ab04e832491adf06386a81de0f54f3d62422 (patch)
treed4cc1f0a0862056adf779b6496e3f82988ed4676 /scripts
parent503ac0b7892faa03b5633999c729a2641461b690 (diff)
downloadcaffeonacl-8de9ab04e832491adf06386a81de0f54f3d62422.tar.gz
caffeonacl-8de9ab04e832491adf06386a81de0f54f3d62422.tar.bz2
caffeonacl-8de9ab04e832491adf06386a81de0f54f3d62422.zip
Fix a little typo
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis/travis_install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/travis/travis_install.sh b/scripts/travis/travis_install.sh
index f1dc5a66..b1a59e09 100755
--- a/scripts/travis/travis_install.sh
+++ b/scripts/travis/travis_install.sh
@@ -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 \