This commit is contained in:
Victor Westerlund 2023-08-29 11:39:27 +02:00 committed by GitHub
commit 45259d5fb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,7 +153,7 @@
$encrypt = $this->exec(ShellCommands::AGE, $cmd); $encrypt = $this->exec(ShellCommands::AGE, $cmd);
if (!is_null($encrypt)) { 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 // Return keypair