Skip to content

Commit

Permalink
chore: remove redundant error echo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidmt committed May 9, 2023
1 parent e390841 commit a2e16ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/workspace-pack
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ findWorkspaceRoot() {
local path=$1

if [ "${path}" = "/" ]; then
echo "No workspace root found in the current directory tree" >&2
return 1
fi

Expand Down

0 comments on commit a2e16ed

Please sign in to comment.