Skip to content

Commit bc208d8

Browse files
committed
Use verbose logging when fetching single Build Scan
1 parent 713e379 commit bc208d8

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
@@ -48,7 +48,7 @@ fetch_single_build_scan() {
4848
local build_scan_url="$1"
4949

5050
local build_scan_data
51-
build_scan_data="$(fetch_build_scan_data brief_logging "${build_scan_url}")"
51+
build_scan_data="$(fetch_build_scan_data verbose_logging "${build_scan_url}")"
5252

5353
parse_single_build_scan "${build_scan_data}"
5454
}

0 commit comments

Comments
 (0)