aboutsummaryrefslogtreecommitdiff
path: root/docker.go
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-06-28 19:34:43 -0400
committerChristine Dodrill <me@christine.website>2019-06-28 19:34:43 -0400
commit561118058aaa480fcd661fa6b7306dc0aeb592e9 (patch)
tree976d64d6661f6037eba536998af185fdadb3192a /docker.go
parent5c728f1ea67566aea7f0c85130d039316e8334c3 (diff)
downloadx-1.1.6.tar.xz
x-1.1.6.zip
docker.go: you toov1.1.6
Diffstat (limited to 'docker.go')
-rw-r--r--docker.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker.go b/docker.go
index d99f3f6..cda5cb9 100644
--- a/docker.go
+++ b/docker.go
@@ -9,6 +9,7 @@ import (
"log"
"path/filepath"
+ "within.website/x/internal"
"within.website/x/internal/yeet"
)
@@ -17,7 +18,7 @@ var (
)
func main() {
- flag.Parse()
+ internal.HandleStartup()
ctx, cancel := context.WithCancel(context.Background())
defer cancel()