diff options
| author | Jeff Carr <[email protected]> | 2024-02-11 06:32:48 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-11 06:32:48 -0600 |
| commit | e4e12ae90dd2f9775b1d45c1d083a4e44817a655 (patch) | |
| tree | 8e368c2e9fad9a6f0d2e7543fc7bf2f208a85bf0 /readControlFile.go | |
| parent | e78fd84d74158731e5cb2ae32ffc1699e5e1cfba (diff) | |
specify repo on command line works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'readControlFile.go')
| -rw-r--r-- | readControlFile.go | 2 |
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") |
