change upper case S in sirupsen to lower case to avoid build error

This commit is contained in:
ubergesundheit 2017-11-27 12:03:00 +01:00 committed by max
parent a60454a707
commit 72701657c5
7 changed files with 7 additions and 7 deletions

View file

@ -8,7 +8,7 @@ import (
"strconv"
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/robfig/cron"
"github.com/urfave/cli"
"github.com/v2tec/watchtower/actions"