summaryrefslogtreecommitdiffstats
path: root/pkg/commands/os.go
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2018-08-23 14:22:03 +0200
committerDawid Dziurla <dawidd0811@gmail.com>2018-08-23 14:22:03 +0200
commitbcbeec1a56963451d402179752bc9696b5c37eba (patch)
tree1d77de57d4657cbe82686352f35f9daaecbf7c07 /pkg/commands/os.go
parent2cdd439286c8cd1bf9afa6ea1b0d9a2e8502b690 (diff)
Sirupsen -> sirupsen
Diffstat (limited to 'pkg/commands/os.go')
-rw-r--r--pkg/commands/os.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/commands/os.go b/pkg/commands/os.go
index 18ff93cc6..1eef36151 100644
--- a/pkg/commands/os.go
+++ b/pkg/commands/os.go
@@ -11,7 +11,7 @@ import (
"github.com/mgutz/str"
- "github.com/Sirupsen/logrus"
+ "github.com/sirupsen/logrus"
gitconfig "github.com/tcnksm/go-gitconfig"
)