From c3e219b58f50f13942014c82e142b4f6ea29737c Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Sun, 18 Apr 2021 16:47:48 +0200 Subject: [PATCH] CS --- src/Console/Command/ListFilesCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/Command/ListFilesCommand.php b/src/Console/Command/ListFilesCommand.php index 4913ed18864..92721dd5e17 100644 --- a/src/Console/Command/ListFilesCommand.php +++ b/src/Console/Command/ListFilesCommand.php @@ -74,7 +74,7 @@ protected function execute(InputInterface $input, OutputInterface $output) [ 'config' => $passedConfig, ], - getcwd(), + $cwd, $this->toolInfo );