Corrected Typo in Filename

The tarballs that are uploaded to tarballs.openstack.org are suffixed
with *.tar.gz, rather than *.tgz. This corrects the typo.

http://tarballs.openstack.org/eslint-config-openstack/

Change-Id: I526e421dd54b184bcc1e01d8052852c6e089a3e0
This commit is contained in:
Michael Krotscheck 2015-10-08 08:26:59 -07:00
parent 8004045614
commit c1bc69d170

View File

@ -21,7 +21,7 @@ TARBALL_SITE=$2
TAG=$(echo $ZUUL_REF | sed 's/^refs.tags.//')
# Build the filename from the discovered tag and projectname.
FILENAME="$PROJECT-$TAG.tgz"
FILENAME="$PROJECT-$TAG.tar.gz"
rm -rf *tgz
curl --fail -o $FILENAME http://$TARBALL_SITE/$PROJECT/$FILENAME