build/debian: Fix typo in variable name in build.sh
We fix a small typo in referencing a variable that was introduced in CL:3380870.
Bug: 376784944
Change-Id: I3bf4521fcf8a4abd8d1fda3685076ab869451f3f
diff --git a/build/debian/build.sh b/build/debian/build.sh
index cf229aa..1d39652 100755
--- a/build/debian/build.sh
+++ b/build/debian/build.sh
@@ -56,7 +56,7 @@
if [ -z "${KOKORO_BUILD_NUMBER}" ]; then
echo eng-$(hostname)-$(date --utc) > ${file}
else
- echo ${KOKOR_BUILD_NUMBER} > ${file}
+ echo ${KOKORO_BUILD_NUMBER} > ${file}
fi
echo ${file}
}