Skip to content

Commit

Permalink
Merge pull request #24 from gregwebs/master
Browse files Browse the repository at this point in the history
fix volume parameter
  • Loading branch information
softprops committed Nov 11, 2016
2 parents 02252d3 + 34e3259 commit f019e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ impl RmContainerOptionsBuilder {
}

pub fn volumes(&mut self, s: bool) -> &mut RmContainerOptionsBuilder {
self.params.insert("f", s.to_string());
self.params.insert("v", s.to_string());
self
}

Expand Down

0 comments on commit f019e70

Please sign in to comment.