Skip to content

Commit

Permalink
Camel case more.
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwini Oruganti <ashwini.oruganti@gmail.com>
  • Loading branch information
ashfall committed May 8, 2017
1 parent c7d5981 commit 24ff1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func ParseSQLStorage(configuration *viper.Viper) (*Storage, error) {
}

urlConfig.ParseTime = true
store.Source = url_config.FormatDSN()
store.Source = urlConfig.FormatDSN()
}
return &store, nil
}
Expand Down

0 comments on commit 24ff1fb

Please sign in to comment.