Browse Source

Update 'scheduler.go'

thisnthat 5 years ago
parent
commit
79a398c8fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scheduler.go

+ 1 - 1
scheduler.go

@@ -4,7 +4,7 @@ import (
 	"sync"
 	"sync"
 	"time"
 	"time"
 
 
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 )
 )
 
 
 type ScheduledJobConfig struct {
 type ScheduledJobConfig struct {