Skip to content

Commit

Permalink
Fix Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam0Brien authored May 6, 2023
1 parent a37604d commit 5c31b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/exec/util/selinux.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (ut Util) RelabelFiles(patterns []string) error {
}

func FileSystemIsReadOnly(path string) bool {
//open file for writing only
//open file for writing
file, err := os.OpenFile(path, os.O_WRONLY, 0666)
if err != nil {
return os.IsPermission(err)
Expand Down

0 comments on commit 5c31b98

Please sign in to comment.