Skip to content

Commit 2bfcaf1

Browse files
authored
Update handlers_linux.go
1 parent 963b3c3 commit 2bfcaf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implant/sliver/handlers/handlers_linux.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ func chownHandler(data []byte, resp RPCResponse) {
236236
goto finished
237237
}
238238

239-
//Check if the recursive flag is set and the path is a directory
239+
// Check if the recursive flag is set and the path is a directory
240240
if chownReq.Recursive {
241241

242242
err := filepath.WalkDir(target, func(file string, d fs.DirEntry, err error) error {

0 commit comments

Comments
 (0)