Skip to content

Commit

Permalink
Fix typo in NXP dockerfile: missing backslash (project-chip#34931)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored Aug 12, 2024
1 parent dc5bba7 commit e994cbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN set -x \

RUN set -x \
&& mkdir -p k32w1/repo \
&& cd k32w1/repo
&& cd k32w1/repo \
&& west init -m https://github.com/nxp-mcuxpresso/mcux-sdk --mr "MCUX_2.16.000" \
&& west update -o=--depth=1 -n -f smart \
&& cd - \
Expand Down

0 comments on commit e994cbf

Please sign in to comment.