Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoSagadin committed Aug 7, 2024
1 parent d0c679d commit 6d911d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncs-zephyr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ENV PATH="$PATH:/opt/SEGGER/JLink"
RUN useradd -l -m -s /bin/bash -u $UID user


# Copy nrfutil binary and ncs folder with toolcahin from the CI image.
# Copy nrfutil binary and ncs folder with toolchain from the CI image.
# Changing ownership to 'user' here is critical due to 2 reasons:
# - without that 'user' won't be able to access nrfutil and ncs
# - If chown is done in the next step, the image size will increase by
Expand Down

0 comments on commit 6d911d0

Please sign in to comment.