Skip to content

Commit 556593c

Browse files
authored
Merge pull request #133 from thin-edge/fix-typos
lint: fix typos in scripts
2 parents 3952067 + 23a1b57 commit 556593c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/child-device-container/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ -n "$PROVISION_PASSWORD" ]; then
88
chmod 600 "$PROVISION_PASSWORD_FILE"
99
fi
1010

11-
# Note: The FEATURES variable MUST BE included in the env_keep seting of the sudoers file
11+
# Note: The FEATURES variable MUST BE included in the env_keep setting of the sudoers file
1212
(cd /tmp && sudo /usr/bin/enroll.sh --no-inherit-env --provisioner-password-file "$PROVISION_PASSWORD_FILE")
1313
rm -f "$PROVISION_PASSWORD_FILE"
1414

images/common/optional-installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TEST_USER=${TEST_USER:-iotadmin}
77
command_exists() { command -v "$1" >/dev/null 2>&1; }
88

99
install_container_management () {
10-
# Install with all recommended packages as this is simplier to maintain
10+
# Install with all recommended packages as this is simpler to maintain
1111
# Note: Use podman instead of docker-ce as docker-ce fails at build time. See https://github.com/docker/cli/issues/4807
1212
mkdir -p /etc/containers/
1313
touch /etc/containers/nodocker

0 commit comments

Comments
 (0)