Skip to content

Commit d7ffc6c

Browse files
committed
fix cli config files...
1 parent 0b94373 commit d7ffc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package/cli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function getFpmConfig(): array
3939
$files[BUILD_ROOT_PATH . '/license'] = '/usr/share/licenses/php-zts/';
4040

4141
return [
42-
'config_files' => $configFiles,
42+
'config-files' => $configFiles,
4343
'empty_directories' => [
4444
'/usr/share/php-zts/preload',
4545
'/var/lib/php-zts/session',

0 commit comments

Comments
 (0)