Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
aphralG committed Jan 15, 2025
1 parent 99269d4 commit fa3d364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/file/file_manager_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ func (fms *FileManagerService) DetermineFileActions(currentFiles, modifiedFiles
// default to unchanged action
file.Action = &unchangedAction

// if the file unmanaged is set to true, action set to unchanged so file is skipped when performing actions
// if file is unmanaged, action is set to unchanged so file is skipped when performing actions
if file.GetUnmanaged() {
continue
}
Expand Down

0 comments on commit fa3d364

Please sign in to comment.