diff options
| author | Christine Dodrill <me@christine.website> | 2019-03-12 18:23:19 -0700 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-03-12 18:23:25 -0700 |
| commit | a0ccb5341b04c83f8569d4ef2ea51ce96c26e060 (patch) | |
| tree | 101467e06305ff50fbca354a38c8fda53bcb672b | |
| parent | b90a427cc1344cbb975d680f117fcb1c139ee925 (diff) | |
| download | x-a0ccb5341b04c83f8569d4ef2ea51ce96c26e060.tar.xz x-a0ccb5341b04c83f8569d4ef2ea51ce96c26e060.zip | |
johaus
| -rw-r--r-- | jbo/johaus/build.go (renamed from jbo/la-banbixsicns/build.go) | 4 | ||||
| -rw-r--r-- | jbo/johaus/main.go (renamed from jbo/la-banbixsicns/main.go) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jbo/la-banbixsicns/build.go b/jbo/johaus/build.go index 82dcfa8..07e8489 100644 --- a/jbo/la-banbixsicns/build.go +++ b/jbo/johaus/build.go @@ -26,13 +26,13 @@ func main() { } defer fin.Close() - fname := "la-banbixsicns-" + yeet.DateTag + ".tar.gz" + fname := "johaus-" + yeet.DateTag + ".tar.gz" pubURL, err := greedo.CopyFile(fname, fin) if err != nil { log.Fatal(err) } - err = minipaas.Exec("tar:from la-banbixsicns " + pubURL) + err = minipaas.Exec("tar:from johaus " + pubURL) if err != nil { log.Fatal(err) } diff --git a/jbo/la-banbixsicns/main.go b/jbo/johaus/main.go index 5c9c59e..5c9c59e 100644 --- a/jbo/la-banbixsicns/main.go +++ b/jbo/johaus/main.go |
