Skip to content

Commit

Permalink
fix user-agent bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nagpalkaran95 committed May 12, 2020
1 parent e646ae7 commit 8053797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/commands/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function buildInfo(args) {
password: bsConfig.auth.access_key,
},
headers: {
"User-Agent": util.getUserAgent,
"User-Agent": util.getUserAgent(),
},
};

Expand Down
2 changes: 1 addition & 1 deletion bin/helpers/zipUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const uploadCypressZip = (bsConfig, filePath) => {
filename: 'tests'
},
headers: {
"User-Agent": util.getUserAgent,
"User-Agent": util.getUserAgent(),
}
}

Expand Down

0 comments on commit 8053797

Please sign in to comment.