Skip to content

Commit c6739c0

Browse files
committed
dedupe
1 parent 9c42c9e commit c6739c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-dataconnect/emulator/emulator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function parse_args {
7575
if [[ ! -e $gradle_emulator_binary ]] ; then
7676
log_error_and_exit "emulator binary from gradle does not exist: ${gradle_emulator_binary}"
7777
fi
78-
export DATACONNECT_EMULATOR_BINARY_PATH="${gradle_emulator_binaries[0]}"
78+
export DATACONNECT_EMULATOR_BINARY_PATH="${gradle_emulator_binary}"
7979
fi
8080

8181
export FIREBASE_DATACONNECT_POSTGRESQL_STRING="${postgresql_string}"

0 commit comments

Comments
 (0)