mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Add missing . in comment
Signed-off-by: Eric Rafaloff <erafaloff@gmail.com>
This commit is contained in:
@@ -39,7 +39,7 @@ func New(quiet bool) *SysInfo {
|
||||
}
|
||||
}
|
||||
|
||||
// Check if AppArmor is supported
|
||||
// Check if AppArmor is supported.
|
||||
if _, err := os.Stat("/sys/kernel/security/apparmor"); os.IsNotExist(err) {
|
||||
sysInfo.AppArmor = false
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user