Skip to content
Snippets Groups Projects
Commit 6c86102e authored by Mathis Rosenhauer's avatar Mathis Rosenhauer
Browse files

start-jupyter: WSL2 has lower case microsoft in uname -a

parent e328eee6
No related branches found
No related tags found
No related merge requests found
......@@ -323,7 +323,7 @@ function launch_browser() {
;;
Linux)
case "$(uname -a)" in
*Microsoft*|*WSL*)
*[Mm]icrosoft*|*WSL*)
cmd.exe /c start "${url}" || show_url "${url}"
;;
*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment