Skip to content

Commit 2428dac

Browse files
committed
Flip if condition for clarity
1 parent acb1135 commit 2428dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/scripts/lib/build-scan-online.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fetch_build_scans_and_build_time_metrics() {
6060
shift
6161
local build_scan_urls=("$@")
6262

63-
if [[ "${logging_level}" != 'brief_logging' ]]; then
63+
if [[ "${logging_level}" == 'verbose_logging' ]]; then
6464
info "Fetching build scan data"
6565
fi
6666

0 commit comments

Comments
 (0)