Skip to content

Commit 0e89936

Browse files
committed
fix: removed local auth_header declaration twice
1 parent 52e9261 commit 0e89936

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scripts/show_report.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ make_api_request() {
3030
local response
3131

3232
# Encode username:accesskey to base64
33-
local auth_header
3433
auth_header=$(echo -n "${BROWSERSTACK_USERNAME}:${BROWSERSTACK_ACCESS_KEY}" | base64)
3534
# Create a temporary file for headers
3635
header_file=$(mktemp)

0 commit comments

Comments
 (0)