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 9c42c9e commit c6739c0Copy full SHA for c6739c0
firebase-dataconnect/emulator/emulator.sh
@@ -75,7 +75,7 @@ function parse_args {
75
if [[ ! -e $gradle_emulator_binary ]] ; then
76
log_error_and_exit "emulator binary from gradle does not exist: ${gradle_emulator_binary}"
77
fi
78
- export DATACONNECT_EMULATOR_BINARY_PATH="${gradle_emulator_binaries[0]}"
+ export DATACONNECT_EMULATOR_BINARY_PATH="${gradle_emulator_binary}"
79
80
81
export FIREBASE_DATACONNECT_POSTGRESQL_STRING="${postgresql_string}"
0 commit comments