We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a78025 commit 662f6f4Copy full SHA for 662f6f4
main.sh
@@ -122,6 +122,7 @@ ds_branch() {
122
pushd "${SCRIPTPATH}" &> /dev/null || fatal "Failed to change directory.\nFailing command: ${F[C]}pushd \"${SCRIPTPATH}\""
123
git fetch --quiet &> /dev/null || true
124
git branch --show
125
+ popd &> /dev/null
126
}
127
128
ds_version() {
0 commit comments