From cedc40aee04bb8c4323096c44ff3c7b3157f9990 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 5 Apr 2019 02:53:44 +0000 Subject: greedo -> kahless --- cmd/within.website/build.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/within.website') diff --git a/cmd/within.website/build.go b/cmd/within.website/build.go index d72d9f5..40ab861 100644 --- a/cmd/within.website/build.go +++ b/cmd/within.website/build.go @@ -8,7 +8,7 @@ import ( "log" "os" - "github.com/Xe/x/internal/greedo" + "github.com/Xe/x/internal/kahless" "github.com/Xe/x/internal/minipaas" "github.com/Xe/x/internal/yeet" ) @@ -27,7 +27,7 @@ func main() { defer fin.Close() fname := "within.website-" + yeet.DateTag + ".tar.gz" - pubURL, err := greedo.CopyFile(fname, fin) + pubURL, err := kahless.CopyFile(fname, fin) if err != nil { log.Fatal(err) } -- cgit v1.2.3