Skip to content

Commit

Permalink
[tools] zap update to v2023.01.31-nightly (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
step0035 authored Feb 6, 2023
1 parent cf11a93 commit bab6374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/matter/codegen_helpers/check_zap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ZAPDIR=$DIR/zap
echo "Downloading ZAP"

if [ ! -f "$ZIPFILE" ]; then
curl -L https://github.com/project-chip/zap/releases/download/v2023.01.19-nightly/zap-linux.zip -o "$ZIPFILE"
curl -L https://github.com/project-chip/zap/releases/download/v2023.01.31-nightly/zap-linux.zip -o "$ZIPFILE"
else
echo "$ZIPFILE already exists"
fi
Expand Down

0 comments on commit bab6374

Please sign in to comment.