Skip to content

Commit

Permalink
Fix typo in NXP dockerfile: missing backslash (#34931)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and pull[bot] committed Oct 31, 2024
1 parent 4785417 commit 1457680
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 1457680

Please sign in to comment.