Fix syntax error in prepare-docs-for-afs

Change-Id: I5b4d9ee2877ab6f677c61f6a1ec81fae8ce17354
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-09-08 13:19:15 -04:00
parent 74d87f891c
commit d8e1dc6684
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -27,7 +27,7 @@
tag=$(echo {{ zuul.ref }} | cut -d/ -f3-)
branch_name=""
else
# If the ref wasn't a tag, assume it is a branch.
# If the ref was not a tag, assume it is a branch.
branch_name={{ zuul.branch }}
tag=""
fi