Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
fix: bad parens on logger (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen authored Oct 3, 2023
1 parent c8de29b commit 82a1026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/flake/flake.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func (f *Flake) Create(force bool, symlink bool) error {
return err
}

fin.Logger.Info("", fin.Logger.Args(f.app.Trans("init.blingLevel", f.Config.Bling)))
fin.Logger.Info("", fin.Logger.Args(f.app.Trans("init.blingLevel"), f.Config.Bling))
err = f.Config.WriteInitialConfig(force, symlink)
if err != nil {
return err
Expand Down

0 comments on commit 82a1026

Please sign in to comment.