From 01312da02b4cc1aee158400caed3c331d4a57f5b Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 13 Jan 2015 13:18:52 -0700 Subject: [PATCH] Realphabetize the otherRepos list in update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index b22335480..7ec595773 100755 --- a/update.sh +++ b/update.sh @@ -43,8 +43,8 @@ declare -A otherRepos=( [opensuse]='https://github.com/openSUSE/docker-containers-build' [oraclelinux]='https://github.com/oracle/docker-images' [perl]='https://github.com/Perl/docker-perl' - [registry]='https://github.com/docker/docker-registry' [r-base]='https://github.com/rocker-org/rocker' + [registry]='https://github.com/docker/docker-registry' [thrift]='https://github.com/ahawkins/docker-thrift' [ubuntu-debootstrap]='https://github.com/tianon/docker-brew-ubuntu-debootstrap' [ubuntu-upstart]='https://github.com/tianon/dockerfiles'