fix: wrong file path

Signed-off-by: hongming <talonwan@yunify.com>
This commit is contained in:
hongming
2019-04-29 10:31:00 +08:00
committed by zryfish
parent 20a4525d58
commit 57f3eed28c

View File

@@ -62,7 +62,7 @@ type initUser struct {
}
const (
userInitFile = "/Users/hongming/users.json"
userInitFile = "/etc/ks-iam/users.json"
)
func Init(email, password string, t time.Duration) error {