1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Use osext on GitHub

Fixes #922
This commit is contained in:
bep
2015-02-23 18:12:19 +01:00
parent bb13d82677
commit 967d001ebe

View File

@@ -20,7 +20,7 @@ import (
"strings"
"time"
"bitbucket.org/kardianos/osext"
"github.com/kardianos/osext"
"github.com/spf13/cobra"
"github.com/spf13/hugo/hugolib"
)