Skip to content

Commit

Permalink
refactor for yaml file config
Browse files Browse the repository at this point in the history
  • Loading branch information
andscoop committed Mar 5, 2018
1 parent 814a869 commit a95dcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Expand Up @@ -14,7 +14,7 @@ var (
// ConfigFileName is the name of the config files (home / project)
ConfigFileName = "config"
// ConfigFileType is the config file extension
ConfigFileType = "json"
ConfigFileType = "yaml"
// ConfigFileNameWithExt is the config filename with extension
ConfigFileNameWithExt = fmt.Sprintf("%s.%s", ConfigFileName, ConfigFileType)
// ConfigDir is the directory for astro files
Expand Down

0 comments on commit a95dcce

Please sign in to comment.