summaryrefslogtreecommitdiffstats
path: root/pkg/commands/models
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-03-31 23:26:53 +1100
committerJesse Duffield <jessedduffield@gmail.com>2021-04-02 11:00:15 +1100
commit9e85d37fb949bbc83f28cb079f2ac4b45ae895ce (patch)
treebaec08e7f7616129d1a23a1834ac9146138efe87 /pkg/commands/models
parent8dee06f83a1aebe9eb085e67b790f166f9d205af (diff)
refactor to no longer call these things file changes
Diffstat (limited to 'pkg/commands/models')
-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