1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 10:43:20 +00:00

fix regression change folder MPW to lib

This commit is contained in:
nishiki 2014-09-12 09:28:42 +02:00
parent 7fcb0fbde6
commit 5c20c7c361

View file

@ -3,7 +3,7 @@
# mail: nishiki@yaegashi.fr
# info: a simple script who manage your passwords
require "#{APP_ROOT}/MPW/UI/Cli"
require "#{APP_ROOT}/lib/UI/Cli"
class CliSSH < Cli