From 4f88fe742bb2a9515fa2ad1d77afd37a26febf82 Mon Sep 17 00:00:00 2001 From: bep Date: Mon, 23 Feb 2015 18:12:19 +0100 Subject: [PATCH] Use osext on GitHub Fixes #922 Backported to v0.13.docs branch to make Travis CI and Wercker happy. --- commands/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/version.go b/commands/version.go index 799ff70df74..88ea941f7b1 100644 --- a/commands/version.go +++ b/commands/version.go @@ -20,7 +20,7 @@ import ( "strings" "time" - "bitbucket.org/kardianos/osext" + "github.com/kardianos/osext" "github.com/spf13/cobra" "github.com/spf13/hugo/hugolib" )