From e4e12ae90dd2f9775b1d45c1d083a4e44817a655 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 11 Feb 2024 06:32:48 -0600 Subject: specify repo on command line works Signed-off-by: Jeff Carr --- readControlFile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readControlFile.go') 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") -- cgit v1.2.3