Skip to content

Commit

Permalink
ci: add missing file extenstion
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed Jan 26, 2024
1 parent 55b81c8 commit 9cf5410
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
echo "Partition table:"
python3 ${SUPPORT_DIR}/python/gen_esp32part.py partitions.bin | tee partitions.txt
USER_FS_OFFSET=$(grep user_fs partitions | \
USER_FS_OFFSET=$(grep user_fs partitions.txt | \
sed -e 's/user_fs,data,fat,//' \
-e 's/,.*//' | \
tr -d '\n')
Expand Down

0 comments on commit 9cf5410

Please sign in to comment.