Skip to content

Commit 6b79a23

Browse files
author
Tim Gunter
committed
Bug fix for regen-protobufs activate
1 parent dcd077d commit 6b79a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/regen-protobufs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [[ -z "${POETRYDIR}" ]]; then
1313
fi
1414

1515
# protoc looks for mypy plugin in the python path
16-
source $(poetry env info --path)/bin/activate
16+
source $(poetry env activate)
1717

1818
# Put our temp files in the poetry build directory
1919
TMPDIR=./build/meshtastic/protofixup

0 commit comments

Comments
 (0)