Skip to content

Commit

Permalink
Fixes a variable mistake.
Browse files Browse the repository at this point in the history
--
PiperOrigin-RevId: 148010735
MOS_MIGRATED_REVID=148010735
  • Loading branch information
hermione521 authored and iirina committed Feb 20, 2017
1 parent df0a5f3 commit cdbf1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ function push_benchmark_output_to_site() {
local filename="$1"
local bucket="$2"

if [ ! -f "${site}"] || [ -z "${bucket}" ]; then
if [ ! -f "${filename}"] || [ -z "${bucket}" ]; then
echo "Usage: push_benchmark_output_to_site <json-file-name> <bucket>" >&2
return 1
fi
Expand Down

0 comments on commit cdbf1db

Please sign in to comment.