mirror of
https://github.com/donuts-are-good/neosay.git
synced 2026-01-08 03:05:41 -05:00
thanks moritz
This commit is contained in:
parent
07469b4aa7
commit
fb271eb74a
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -51,7 +51,7 @@ func main() {
|
|||
}
|
||||
|
||||
// open the config
|
||||
file, err := os.Open(configFile)
|
||||
file, err := os.Open(*configFile)
|
||||
if err != nil {
|
||||
fmt.Fprintln(os.Stderr, colors.BrightRed+"error opening config file:"+colors.Nc, err)
|
||||
os.Exit(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue