Merge pull request #1463 from micheal/patch-1

Update taskconfig.html.md
This commit is contained in:
Diptanu Choudhury
2016-07-25 09:29:50 -07:00
committed by GitHub

View File

@@ -88,12 +88,12 @@ task "example" {
# Download the binary to run
artifact {
source = "http://domain.com/example/my-app"
source = "http://example.com/example/my-app"
}
# Download the config file
artifact {
source = "http://domain.com/example/config.cfg"
source = "http://example.com/example/config.cfg"
}
}
```