Skip to content

Commit 22365fe

Browse files
Merge pull request #1927 from M3sca/patch-1
Update configuration.md
2 parents ab7d4a0 + 2cf6434 commit 22365fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ import { readFileSync } from 'fs';
148148
import * as yaml from 'js-yaml';
149149
import { join } from 'path';
150150
151-
const YAML_CONFIG_FILENAME = 'config.yml';
151+
const YAML_CONFIG_FILENAME = 'config.yaml';
152152
153153
export default () => {
154154
return yaml.load(

0 commit comments

Comments
 (0)