We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9accb6b + e3c8359 commit 01e2494Copy full SHA for 01e2494
bin/git-bulk
@@ -108,7 +108,7 @@ function wsnameToCurrent () {
108
while read workspace; do
109
if [ -z "$workspace" ]; then continue; fi
110
parseWsName "$workspace"
111
- if echo 1>&2 "$PWD" | grep -o -q "$rwsdir"; then wsname="$rwsname" && return; fi
+ if echo "$PWD" | grep -o -q "$rwsdir"; then wsname="$rwsname" && return; fi
112
done <<< "$(echo "$(listall)")"
113
# when here then not in workspace dir
114
echo 1>&2 "error: you are not in a workspace directory. your registered workspaces are:" && \
0 commit comments