mirror of
https://codeberg.org/vlw/php-age.git
synced 2025-11-05 07:32:42 +01:00
Merge 81feb49ac2 into 1f32cb95bf
This commit is contained in:
commit
45259d5fb3
1 changed files with 2 additions and 2 deletions
|
|
@ -153,7 +153,7 @@
|
|||
$encrypt = $this->exec(ShellCommands::AGE, $cmd);
|
||||
|
||||
if (!is_null($encrypt)) {
|
||||
throw new \Exception("Failed to encrypt '{$this->input}' using public key '{$this->public_key}'");
|
||||
throw new \Exception("Failed to encrypt '{$this->input}' to '{$output}' using public key '{$this->public_key}'");
|
||||
}
|
||||
|
||||
// Return keypair
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue