Skip to content

Commit 4fe362b

Browse files
committed
Use benthos.yaml for staticConfigName
1 parent 99fd5a3 commit 4fe362b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { mergeArrayProps, mergeConfig } from './merge.js'
1212
const { load: yamlLoad, dump: yamlDump } = jsYaml
1313
const { loadAsync: zipLoadAsync } = jszip
1414

15-
const staticConfigName = 'config.yaml'
15+
const staticConfigName = 'benthos.yaml'
1616

1717
export const build = async ({
1818
configPath = 'package.json',

0 commit comments

Comments
 (0)