summaryrefslogtreecommitdiff
path: root/readControlFile.go
diff options
context:
space:
mode:
Diffstat (limited to 'readControlFile.go')
-rw-r--r--readControlFile.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/readControlFile.go b/readControlFile.go
index 14c336d..7b07430 100644
--- a/readControlFile.go
+++ b/readControlFile.go
@@ -9,7 +9,7 @@ import (
)
// readGitConfig reads and parses the control file
-func (c *controlFile) readControlFile() error {
+func (c *controlBox) readControlFile() error {
file, err := os.Open("control")
if err != nil {
log.Warn("readControlFile() could not find the file")