Skip to content

Commit eb423f6

Browse files
author
Denis Krivak
committed
Change config file default name.
1 parent 6e4ec64 commit eb423f6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

config.yaml renamed to .godot.yaml

File renamed without changes.

cmd/godot/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
// version is the application version. It is set to the latest git tag in CI.
1818
var version = "master"
1919

20-
const defaultConfigFile = "config.yaml"
20+
const defaultConfigFile = ".godot.yaml"
2121

2222
var defaultSettings = godot.Settings{
2323
Scope: godot.DeclScope,

0 commit comments

Comments
 (0)