浏览代码

Realphabetize the otherRepos list in update.sh

Tianon Gravi 11 年之前
父节点
当前提交
01312da02b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      update.sh

+ 1 - 1
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'