Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #49 from Slacki/master
Browse files Browse the repository at this point in the history
Corrected typo in config.go
  • Loading branch information
gernest committed Apr 28, 2016
2 parents 6152347 + e269c2c commit ac9dd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type Config struct {
ViewsDir string `json:"view_dir" yaml:"view_dir" toml:"view_dir"`
Database string `json:"database" yaml:"database" toml:"database"`
DatabaseConn string `json:"database_conn" yaml:"database_conn" toml:"database_conn"`
Automigrate bool `json:"automigrate" yaml:"automigrare" toml:"automigrare"`
Automigrate bool `json:"automigrate" yaml:"automigrate" toml:"automigrate"`
}

// DefaultConfig returns the default configuration settings.
Expand Down

0 comments on commit ac9dd8a

Please sign in to comment.