Skip to content

Commit cc3087d

Browse files
Fix copy paste fail
1 parent 9f4873e commit cc3087d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Backup/Crypter/Gpg.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function setup(array $options = [])
5353
throw new Exception('gpg expects \'user\'');
5454
}
5555

56-
$this->pathToGpg = Util\Arr::getValue($options, 'pathToOpenSSL', '');
56+
$this->pathToGpg = Util\Arr::getValue($options, 'pathToGPG', '');
5757
$this->keepUncrypted = Util\Str::toBoolean(Util\Arr::getValue($options, 'keepUncrypted', ''), false);
5858
$this->user = Util\Arr::getValue($options, 'user', '');
5959
}

0 commit comments

Comments
 (0)