shithub: hugo

Download patch

ref: 967d001ebe40cfe90992d953880356a495216202
parent: bb13d82677e78fbf3029d45d623065daa389f68c
author: bep <[email protected]>
date: Mon Feb 23 13:12:19 EST 2015

Use osext on GitHub

Fixes #922

--- a/commands/version.go
+++ b/commands/version.go
@@ -20,7 +20,7 @@
 	"strings"
 	"time"
 
-	"bitbucket.org/kardianos/osext"
+	"github.com/kardianos/osext"
 	"github.com/spf13/cobra"
 	"github.com/spf13/hugo/hugolib"
 )