Skip to content

Commit d1ca13c

Browse files
author
Matthew Guillot
committed
Fix typo
1 parent f691ac5 commit d1ca13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Action/Decrypt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function get($name)
2828
$configfile = new ConfigFile;
2929
$configarr = $configfile->get();
3030

31-
if (!empty($this->configkey) && count($configfile)) {
31+
if (!empty($this->configkey) && count($configarr)) {
3232

3333
$crypt = new Encrypter($this->configkey, $configfile->getEncEnvConfig()['cipher']);
3434

0 commit comments

Comments
 (0)