Skip to content

Commit

Permalink
Restore default browser autostart
Browse files Browse the repository at this point in the history
  • Loading branch information
alberthier committed Mar 23, 2016
1 parent 1cbd026 commit 21a5e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libexec/git-core/git-webui
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ if __name__ == '__main__':

url = "http://{}:{}".format(host if host else "localhost", port)
print("Serving at {}".format(url))
nobrowser = get_setting_boolean(args, "nobrowser", True);
nobrowser = get_setting_boolean(args, "nobrowser");
if not nobrowser:
webbrowser.open(url)

Expand Down

0 comments on commit 21a5e94

Please sign in to comment.