some restructuring

This commit is contained in:
2016-06-14 00:27:55 +02:00
parent e5bdfff743
commit 201d5cc6d7
11 changed files with 22 additions and 19 deletions

View File

@ -67,7 +67,7 @@ export class SshKey {
} else { //we assume we are given a directory as filePathArg, so we store the whole key
plugins.fs.ensureDirSync(filePathObj.dir);
this.store(plugins.path.join(filePathObj.dir,"key.priv")); // call this function recursivly
this.store(plugins.path.join(filePathObj.dir,"key.priv")); // call this function recursivly
this.store(plugins.path.join(filePathObj.dir,"key.pub")); // call this function recursivly
}
}
}