diff --git a/src/EditCredentialsCommand.php b/src/EditCredentialsCommand.php index efb7aad..f26fe66 100644 --- a/src/EditCredentialsCommand.php +++ b/src/EditCredentialsCommand.php @@ -39,7 +39,7 @@ public function handle(Credentials $credentials) fwrite($handle, json_encode($decrypted, JSON_PRETTY_PRINT | JSON_FORCE_OBJECT)); - $editor = config('credential.editor', 'vi'); + $editor = config('credentials.editor', 'vi'); $process = new Process([$editor, $meta['uri']]);