mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 13:57:52 +00:00
fix regression change folder MPW to lib
This commit is contained in:
parent
7fcb0fbde6
commit
5c20c7c361
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
# mail: nishiki@yaegashi.fr
|
# mail: nishiki@yaegashi.fr
|
||||||
# info: a simple script who manage your passwords
|
# info: a simple script who manage your passwords
|
||||||
|
|
||||||
require "#{APP_ROOT}/MPW/UI/Cli"
|
require "#{APP_ROOT}/lib/UI/Cli"
|
||||||
|
|
||||||
class CliSSH < Cli
|
class CliSSH < Cli
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue