Skip to content

Commit 1a87780

Browse files
committed
use the move command instead
1 parent b7e23ab commit 1a87780

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/regen-protobufs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ else
1818
sed -i -e "s/^None = 0/globals()['None'] = 0/" meshtastic/mesh_pb2.py
1919
fi
2020

21-
cp ./meshtastic/*_pb2.py ./meshtastic/pbDefinitions/
21+
mv ./meshtastic/*_pb2.py ./meshtastic/pbDefinitions/

0 commit comments

Comments
 (0)