Skip to content

Commit ee03246

Browse files
committed
📝 Fixed typo & shortened wording
1 parent cf85316 commit ee03246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/base/templates/welcome.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ echo " This container includes:"
55
<%# INSERT CONTENTS LIST -%>
66
<% @contents.each {|item|%><%= "if [[ \"$CONTAINER_PLATFORM\" == #{item['platform']} ]]; then echo \" * #{item['entry']}\"; fi\n"%><% } -%>
77
echo "\e[0m"
8-
echo " NOTICE: Container user \`$(whoami)\` lacks root priveleges as a security best practice."
9-
echo " This limits installing software and more. See Docker Hub page for container security docs and options."
8+
echo " NOTICE: Container user \`$(whoami)\` lacks root privileges as a security best practice."
9+
echo " This limits installing software and more. See Docker Hub page for security docs and options."
1010
echo "\e[33m"
1111
echo " To get started, enter \`ceedling help\` at the command line..."
1212
echo "\e[0m"

0 commit comments

Comments
 (0)