Fix typo in StorageBackend::new()
This commit is contained in:
parent
7e86394b3c
commit
2af5f404f4
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pub struct StorageBackend<'a> {
|
|||
|
||||
impl<'a> StorageBackend<'a> {
|
||||
|
||||
fn new(bashpath: String, module: &'a Module) -> StorageBackend<'a> {
|
||||
fn new(basepath: String, module: &'a Module) -> StorageBackend<'a> {
|
||||
StorageBackend {
|
||||
basepath: basepath,
|
||||
module: module,
|
||||
|
|
Loading…
Reference in a new issue