Skip to content

Commit

Permalink
apply the reset to just generate a new config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkurogue committed Aug 30, 2024
1 parent 8ed94ad commit 9ad6423
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ func main() {
}

if cfgExists && *generateConfig {
color.Magenta("Configuration file has been reset, make sure to apply your necessary settings.")
config.GenerateDefaultConfig()
color.Magenta("Configuration file has been reset to default, make sure to apply your necessary settings.")
os.Exit(1)
}

Expand Down

0 comments on commit 9ad6423

Please sign in to comment.