Skip to content

Commit 5f8fb53

Browse files
committed
Fix fiam
1 parent 17a1644 commit 5f8fb53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseInAppMessaging/ProtoSupport/generate_nanopb_protos.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
readonly REPO_DIR="$( git rev-parse --show-toplevel )"
2424

2525
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/"
26+
readonly PROTOGEN_DIR="${REPO_DIR}/FirebaseInAppMessaging/Sources/Analytics/Protogen"
27+
readonly INCLUDE_PREFIX="FirebaseInAppMessaging/Sources/Analytics/Protogen/nanopb/"
2828

2929
./scripts/nanopb/generate_protos.sh "$PROTO_DIR" "$PROTOGEN_DIR" "$INCLUDE_PREFIX"

0 commit comments

Comments
 (0)