mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-17 08:30:04 +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
|
# Constructor
|
||||||
def initialize()
|
def initialize()
|
||||||
@file_config = "#{Dir.home()}/.mpw.cfg"
|
@file_config = "#{Dir.home()}/.mpw.cfg"
|
||||||
@error_mgs = nil
|
@error_msg = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
# Create a new config file
|
# Create a new config file
|
||||||
|
|
Loading…
Add table
Reference in a new issue