diff --git a/chaos-test/buildscripts/push b/chaos-test/buildscripts/push index 0ac3db0..dae326a 100755 --- a/chaos-test/buildscripts/push +++ b/chaos-test/buildscripts/push @@ -12,7 +12,7 @@ then exit 1 fi -IIMAGEID=$( sudo docker images -q ${REPONAME}/${IMGNAME}:${IMGTAG} ) +IMAGEID=$( sudo docker images -q ${REPONAME}/${IMGNAME}:${IMGTAG} ) if [ ! -z "${DNAME}" ] && [ ! -z "${DPASS}" ]; then