Skip to content

Commit d3f043e

Browse files
committed
CIPD gen script is callable regard where activate is called from
1 parent ff2ab2b commit d3f043e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup/bootstrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ _bootstrap_or_activate() {
113113
local _PIGWEED_CIPD_JSON="$_CHIP_ROOT/third_party/pigweed/repo/pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json"
114114
mkdir -p "$_PW_ACTUAL_ENVIRONMENT_ROOT"
115115
local _GENERATED_PIGWEED_CIPD_JSON="$_PW_ACTUAL_ENVIRONMENT_ROOT/pigweed.json"
116-
scripts/setup/gen_pigweed_cipd_json.py -i $_PIGWEED_CIPD_JSON -o $_GENERATED_PIGWEED_CIPD_JSON
116+
$_CHIP_ROOT/scripts/setup/gen_pigweed_cipd_json.py -i $_PIGWEED_CIPD_JSON -o $_GENERATED_PIGWEED_CIPD_JSON
117117

118118
if test -n "$GITHUB_ACTION"; then
119119
tee <<EOF >"${_PW_ACTUAL_ENVIRONMENT_ROOT}/pip.conf"

0 commit comments

Comments
 (0)