Skip to content

Commit 70e7399

Browse files
authored
Merge pull request paulirish#57 from b4b4r07/change-exit-code
Changed to be exit code when that command is finished
2 parents ce8fb12 + cb4d833 commit 70e7399

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
@@ -139,4 +139,4 @@ esac
139139

140140
# open it in a browser
141141
$open "$giturl" &> /dev/null
142-
exit 0
142+
exit $?

0 commit comments

Comments
 (0)