Skip to content

Commit

Permalink
Sirupsen->sirupsen
Browse files Browse the repository at this point in the history
  • Loading branch information
archis-polyverse committed Jun 1, 2018
1 parent bf8cc71 commit 7e42c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import "strconv"
import "reflect"
import "encoding/json"
import (
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"sort"
)

Expand Down
2 changes: 1 addition & 1 deletion example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "os"
import "fmt"
import "reflect"
import "time"
import "github.com/polyverse-security/appconfig"
import "github.com/polyverse/appconfig"

func main() {
// Set logging level to Debug so we can see all the Debug messages from polyverse-security/appconfig
Expand Down

0 comments on commit 7e42c88

Please sign in to comment.