From a0acbfd28e3b16392849000f43897896fa6590c5 Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Mon, 21 Mar 2022 08:24:52 -0700 Subject: [PATCH] fix typo --- gen_protos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_protos.sh b/gen_protos.sh index d43133ae..0f34f5e6 100755 --- a/gen_protos.sh +++ b/gen_protos.sh @@ -14,7 +14,7 @@ fi pdir=$(realpath "../Meshtastic-protobufs") sdir=$(realpath "./MeshtasticClient/Protobufs") -echo "pdir:$pdir sdir:$sdir +echo "pdir:$pdir sdir:$sdir" pfiles="admin.proto apponly.proto cannedmessages.proto channel.proto deviceonly.proto environmental_measurement.proto mesh.proto mqtt.proto portnums.proto radioconfig.proto remote_hardware.proto storeforward.proto" for pf in $pfiles do