Skip to content

Commit cc2c45a

Browse files
committed
Fix typo in timing logic
1 parent 0937502 commit cc2c45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/generate_reports.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ else
103103

104104
# Replace the date template in the query.
105105
# Run the query on BigQuery.
106-
START_TIME=${{$SECONDS}}
106+
START_TIME=$SECONDS
107107
if [[ $LENS != "" ]]; then
108108
lens_join="JOIN ($(cat sql/lens/$LENS/histograms.sql | tr '\n' ' ')) USING (url, _TABLE_SUFFIX)"
109109
if [[ $metric == crux* ]]; then

0 commit comments

Comments
 (0)