Skip to content

Commit b9c7771

Browse files
authored
dataconnect: emulator.zsh: fix run_command() function to actually _run_ the command (#8090)
1 parent 340654a commit b9c7771

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

firebase-dataconnect/emulator/emulator.zsh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ parse_args() {
101101
run_command() {
102102
logn "Running command: "
103103
say_args "$@"
104+
"$@"
104105
}
105106

106107
print_podman_compose_status() {

0 commit comments

Comments
 (0)