engineering blog at https://blog.tangled.sh

fix ci docker example

authored by

Cosmic Horror and committed by
Tangled
7f33790d b9a63c88

+1 -1
+1 -1
pages/blog/ci.md
··· 119 in your terminal if you've got Docker installed: 120 121 ``` 122 - docker run nixery.dev/bash/hello-go hello 123 ``` 124 125 This should output `Hello, world!`. This is running the
··· 119 in your terminal if you've got Docker installed: 120 121 ``` 122 + docker run nixery.dev/bash/hello-go hello-go 123 ``` 124 125 This should output `Hello, world!`. This is running the