release: Fix OUTDIR typo.

This was missed in 58962f0b7b.
This commit is contained in:
Tim Abbott 2022-08-22 22:39:54 -07:00
parent c1c9024af5
commit de275da70a
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ export OUTPUT_DIR
./tools/build-release-tarball "$version"
TARBALL="$OUTDIR/zulip-server-$version.tar.gz"
TARBALL="$OUTPUT_DIR/zulip-server-$version.tar.gz"
if ! [ -f "$TARBALL" ]; then
echo "Did not find expected $TARBALL!"
exit 1