Skip to content

Commit bf47510

Browse files
committed
fix lint error
1 parent 3cd1a5e commit bf47510

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/dev/build/tasks/os_packages/run_fpm.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,10 @@ export async function runFpm(
138138
// copy package configurations
139139
`${resolveWithTrailingSlash(__dirname, 'service_templates/systemd/')}=/`,
140140

141-
`${resolveWithTrailingSlash(__dirname, 'service_templates/env/kibana')}=/etc/${envFolder}/kibana`,
141+
`${resolveWithTrailingSlash(
142+
__dirname,
143+
'service_templates/env/kibana'
144+
)}=/etc/${envFolder}/kibana`,
142145
];
143146

144147
log.debug('calling fpm with args:', args);

0 commit comments

Comments
 (0)