Add extension to file

TrivialFix

Change-Id: I161526927ae32f2bbfec1ade610f7b712f4c5163
This commit is contained in:
Mauricio Lima 2016-05-06 13:51:34 -04:00
parent 33ab6f8cc1
commit e39074421e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
REAL_PATH=$(python -c "import os,sys;print os.path.realpath('$0')")
cd "$(dirname "$REAL_PATH")/.."
. tools/validate-docker-execute
. tools/validate-docker-execute.sh
KOLLA_IMAGES=$(docker images -a --filter "label=kolla_version" --format "{{.ID}}")