File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"%> <% } -%>
77echo "\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."
1010echo "\e[33m"
1111echo " To get started, enter \`ceedling help\` at the command line..."
1212echo "\e[0m"
You can’t perform that action at this time.
0 commit comments