Merge branch 'master' into fmt

This commit is contained in:
Maximilian Roos
2019-09-11 10:36:54 -04:00
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ pub fn config(
let key = v.to_string();
if result.contains_key(&key) {
result.remove(&key);
result.swap_remove(&key);
config::write(&result, &configuration)?;
} else {
return Err(ShellError::string(&format!(