Skip to content

Commit

Permalink
Add missing . in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Rafaloff <[email protected]>
  • Loading branch information
EricR committed Mar 27, 2015
1 parent 01bbc3f commit 6abe160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sysinfo/sysinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6abe160

Please sign in to comment.