Skip to content

Commit 3d2db81

Browse files
committed
dataconnect.yml: fix -n to -z
1 parent f5d3077 commit 3d2db81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dataconnect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
178178
# Use the same dataconnect binary as was used for code generation in gradle assemble
179179
DATACONNECT_EMULATOR_BINARY_PATH="$(find "$PWD"/firebase-dataconnect/connectors/build/intermediates/dataconnect/debug/executable -type f)"
180-
if [[ -n $DATACONNECT_EMULATOR_BINARY_PATH ]] ; then
180+
if [[ -z $DATACONNECT_EMULATOR_BINARY_PATH ]] ; then
181181
echo "INTERNAL ERROR v7kg2dfhbc: unable to find data connect binary" >&2
182182
exit 1
183183
fi

0 commit comments

Comments
 (0)