remove unnecessary code

This commit is contained in:
Henrique Dias 2025-11-14 08:08:16 +01:00
parent e3e4515af6
commit 301dbd5c0e
No known key found for this signature in database

View File

@ -81,9 +81,6 @@ override the options.`,
return err return err
} }
// Set the value of HideDotfiles from the flag
defaults.HideDotfiles = mustGetBool(flags, "hide-dotfiles")
s := &settings.Settings{ s := &settings.Settings{
Key: key, Key: key,
Signup: signup, Signup: signup,