diff options
| author | Christine Dodrill <me@christine.website> | 2019-01-12 16:04:16 -0800 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-01-12 16:04:16 -0800 |
| commit | f042c7fcf9989bbcc8ebb95e35c90de8b300e4b3 (patch) | |
| tree | d2df7dc8d6fcdd66a9764a980bfdf8da1557838f /tools | |
| parent | f1958d7425466a17c8f4cf6f8c11efe5f5091ad9 (diff) | |
| download | x-f042c7fcf9989bbcc8ebb95e35c90de8b300e4b3.tar.xz x-f042c7fcf9989bbcc8ebb95e35c90de8b300e4b3.zip | |
experiment: idp for indieauth
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/appsluggr/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/appsluggr/main.go b/tools/appsluggr/main.go index 2461786..94d2e10 100644 --- a/tools/appsluggr/main.go +++ b/tools/appsluggr/main.go @@ -60,6 +60,8 @@ func main() { Copy(*worker, filepath.Join(dir, "bin", "worker")) } + os.MkdirAll(filepath.Join(dir, ".config"), 0777) + err = ioutil.WriteFile(filepath.Join(dir, ".buildpacks"), []byte("https://github.com/ryandotsmith/null-buildpack"), 0666) if err != nil { log.Fatal(err) |
