diff options
| author | Christine Dodrill <me@christine.website> | 2019-04-05 02:53:44 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-04-05 02:53:44 +0000 |
| commit | cedc40aee04bb8c4323096c44ff3c7b3157f9990 (patch) | |
| tree | 2f7777a791608ed03f2f945e7c44ffb21bcc4745 /cmd/within.website | |
| parent | b08b31ee28f017b01718808340d9217f6c11914b (diff) | |
| download | x-cedc40aee04bb8c4323096c44ff3c7b3157f9990.tar.xz x-cedc40aee04bb8c4323096c44ff3c7b3157f9990.zip | |
greedo -> kahless
Diffstat (limited to 'cmd/within.website')
| -rw-r--r-- | cmd/within.website/build.go | 4 |
1 files changed, 2 insertions, 2 deletions
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) } |
