diff --git a/bin/keychain.php b/bin/keychain.php index 1320b2e1b34e8..d02d8cd15fb3a 100644 --- a/bin/keychain.php +++ b/bin/keychain.php @@ -281,7 +281,7 @@ protected function delete() } $this->updated = true; - $this->keychain->deleteValue($this->input->args[1], null); + $this->keychain->deleteValue($this->input->args[1]); } /**