aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-01-12 16:04:16 -0800
committerChristine Dodrill <me@christine.website>2019-01-12 16:04:16 -0800
commitf042c7fcf9989bbcc8ebb95e35c90de8b300e4b3 (patch)
treed2df7dc8d6fcdd66a9764a980bfdf8da1557838f /tools
parentf1958d7425466a17c8f4cf6f8c11efe5f5091ad9 (diff)
downloadx-f042c7fcf9989bbcc8ebb95e35c90de8b300e4b3.tar.xz
x-f042c7fcf9989bbcc8ebb95e35c90de8b300e4b3.zip
experiment: idp for indieauth
Diffstat (limited to 'tools')
-rw-r--r--tools/appsluggr/main.go2
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)