mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 13:57:52 +00:00
fix init
This commit is contained in:
parent
e2362c020a
commit
555695f477
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class MPW
|
|||
# Constructor
|
||||
def initialize()
|
||||
@file_config = "#{Dir.home()}/.mpw.cfg"
|
||||
@error_mgs = nil
|
||||
@error_msg = nil
|
||||
end
|
||||
|
||||
# Create a new config file
|
||||
|
|
Loading…
Reference in a new issue