Skip to content

Commit 8053797

Browse files
committed
fix user-agent bug
1 parent e646ae7 commit 8053797

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/commands/info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function buildInfo(args) {
2626
password: bsConfig.auth.access_key,
2727
},
2828
headers: {
29-
"User-Agent": util.getUserAgent,
29+
"User-Agent": util.getUserAgent(),
3030
},
3131
};
3232

bin/helpers/zipUpload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const uploadCypressZip = (bsConfig, filePath) => {
2020
filename: 'tests'
2121
},
2222
headers: {
23-
"User-Agent": util.getUserAgent,
23+
"User-Agent": util.getUserAgent(),
2424
}
2525
}
2626

0 commit comments

Comments
 (0)