Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
veebkolm committed Mar 27, 2024
2 parents 2df99f9 + cc3087d commit f95987e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Backup/Crypter/Gpg.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function setup(array $options = [])
throw new Exception('gpg expects \'user\'');
}

$this->pathToGpg = Util\Arr::getValue($options, 'pathToOpenSSL', '');
$this->pathToGpg = Util\Arr::getValue($options, 'pathToGPG', '');
$this->keepUncrypted = Util\Str::toBoolean(Util\Arr::getValue($options, 'keepUncrypted', ''), false);
$this->user = Util\Arr::getValue($options, 'user', '');
}
Expand Down

0 comments on commit f95987e

Please sign in to comment.