1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-28 10:42:06 +03:00

Lol whups

This commit is contained in:
Tianon Gravi
2015-07-08 09:54:15 -07:00
parent bfca9b8a92
commit 88e2c825c3

View File

@ -4,7 +4,6 @@ set -e
declare -A aliases
aliases=(
[9.4]='9 latest'
[8.4]='8'
)
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"