Skip to content

Commit

Permalink
Update cmd/pebble/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Gable <[email protected]>
  • Loading branch information
AdamBark and aarongable authored Jul 27, 2020
1 parent 6bdc6f1 commit 6f83814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pebble/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type config struct {

const DefaultConfigPath = "test/config/default-config.json"

func getDefaultConfig() (config) {
func getDefaultConfig() config {
var c config
err := cmd.ReadConfigFile(DefaultConfigPath, &c)
cmd.FailOnError(err, "Reading default JSON config file into config structure")
Expand Down

0 comments on commit 6f83814

Please sign in to comment.