summaryrefslogtreecommitdiffstats
path: root/pkg/commands/models/file.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/models/file.go')
-rw-r--r--pkg/commands/models/file.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/commands/models/file.go b/pkg/commands/models/file.go
index a02beae63..0bbca78ae 100644
--- a/pkg/commands/models/file.go
+++ b/pkg/commands/models/file.go
@@ -22,7 +22,7 @@ type File struct {
}
// sometimes we need to deal with either a node (which contains a file) or an actual file
-type IFileChange interface {
+type IFile interface {
GetHasUnstagedChanges() bool
GetHasStagedChanges() bool
GetIsTracked() bool