Skip to content

Commit

Permalink
fix(protobuf): repo path in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
martykan committed Oct 18, 2024
1 parent d7c8594 commit 5396d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protobuf/scripts/protobuf-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ get_abs_path() {
SCRIPTS_PATH=$(get_abs_path "${BASH_SOURCE[0]}")

REPO_BRANCH="main"
REPO_PATH=$(get_abs_path "../../../trezor-firmware-probuf-update/.")
REPO_PATH=$(get_abs_path "$SCRIPTS_PATH/../../../../.")/trezor-firmware-probuf-update

if [[ $# -ne 0 && $# -ne 1 ]]
then
Expand Down

0 comments on commit 5396d67

Please sign in to comment.