Skip to content

Commit

Permalink
Merge pull request #15624 from /issues/26205
Browse files Browse the repository at this point in the history
Remove --no-browser flag.
  • Loading branch information
bridiver authored Oct 28, 2022
2 parents a857b5f + 1577781 commit f75a7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/commands/lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ const util = {
const gomaLoginInfo = util.runProcess('goma_auth', ['info'], options)
if (gomaLoginInfo.status !== 0) {
console.log('Login required for using Goma. This is only needed once')
util.run('goma_auth', ['login', '--no-browser'], options)
util.run('goma_auth', ['login'], options)
}
util.run('goma_ctl', ['ensure_start'], options)
}
Expand Down

0 comments on commit f75a7fc

Please sign in to comment.