Skip to content

Commit 3be1c00

Browse files
ffespaulirish
authored andcommitted
Fix opening final URL on MSYS (#91)
1 parent daa1963 commit 3be1c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-open

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ fi
8686
case $( uname -s ) in
8787
Darwin) open='open';;
8888
MINGW*) open='start';;
89+
MSYS*) open='start';;
8990
CYGWIN*) open='cygstart';;
90-
MSYS*) open='powershell.exe –NoProfile Start';;
9191
*) open='xdg-open';;
9292
esac
9393

0 commit comments

Comments
 (0)