Skip to content

Commit

Permalink
too hasty
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Aug 9, 2016
1 parent 7a1cdfa commit e8290e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application.go
Expand Up @@ -11,7 +11,6 @@ import (
"log"
"net/http"
"path/filepath"
"strings"
"time"
)

Expand Down Expand Up @@ -99,7 +98,7 @@ func (a *application) CheckCompatibility(configPath string, realURL string) erro

func (a *application) loadConfig() (endpoints []mockingjay.FakeEndpoint, err error) {

configs, paths, err := a.configLoader(a.configPath)
configs, _, err := a.configLoader(a.configPath)

if err != nil {
return
Expand Down

0 comments on commit e8290e4

Please sign in to comment.