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 17a1644 commit 5f8fb53Copy full SHA for 5f8fb53
FirebaseInAppMessaging/ProtoSupport/generate_nanopb_protos.sh
@@ -23,7 +23,7 @@
23
readonly REPO_DIR="$( git rev-parse --show-toplevel )"
24
25
readonly PROTO_DIR="${REPO_DIR}/FirebaseInAppMessaging/ProtoSupport/Protos"
26
-readonly PROTOGEN_DIR="${REPO_DIR}/FirebaseInAppMessaging/Analytics/Protogen"
27
-readonly INCLUDE_PREFIX="FirebaseInAppMessaging/Analytics/Protogen/nanopb/"
+readonly PROTOGEN_DIR="${REPO_DIR}/FirebaseInAppMessaging/Sources/Analytics/Protogen"
+readonly INCLUDE_PREFIX="FirebaseInAppMessaging/Sources/Analytics/Protogen/nanopb/"
28
29
./scripts/nanopb/generate_protos.sh "$PROTO_DIR" "$PROTOGEN_DIR" "$INCLUDE_PREFIX"
0 commit comments