Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
add GetFile to config pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccallister committed Dec 20, 2020
1 parent eb3f249 commit 1e84b7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/config.go
Expand Up @@ -181,3 +181,7 @@ func (c *Config) Save() error {

return nil
}

func (c *Config) GetFile() string {
return c.File
}

0 comments on commit 1e84b7a

Please sign in to comment.