Skip to content

Commit e0267b6

Browse files
update curl command for downloading cht-docker-compose.sh (#2096)
* update curl command for downloading cht-docker-compose.sh Updates the curl command to new folder structure to download the CHT docker helper script * Fix URL in app-developer.md for curl command * Update content/en/hosting/cht/app-developer.md Co-authored-by: mrjones <8253488+mrjones-plip@users.noreply.github.com> --------- Co-authored-by: mrjones <8253488+mrjones-plip@users.noreply.github.com>
1 parent 21ab850 commit e0267b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/hosting/cht/app-developer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To get started using it:
4646
An alternate to steps 2 and 3 above, if a more stand-alone version is desired, the bash script can be `curl`ed directly, but you can't use `git` to easily update it then:
4747

4848
```shell
49-
curl -s -o cht-docker-compose.sh https://raw.githubusercontent.com/medic/cht-core/master/scripts/docker-helper-4.x/cht-docker-compose.sh
49+
curl -s -O https://raw.githubusercontent.com/medic/cht-core/master/scripts/docker-helper/cht-docker-compose.sh
5050
```
5151

5252
### Usage

0 commit comments

Comments
 (0)