aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorThéo Zimmermann2020-04-29 10:03:29 +0200
committerThéo Zimmermann2020-04-29 10:03:29 +0200
commit38ab16931dd3f8116bccfbc07b49930485a55bd3 (patch)
treeb2845213eab97b181b9ca16fcbca99564e18a3a0 /dev
parentbcf20edceb3d3a056664f1183fe5b7a5e54408ab (diff)
parente559e715e8ce9d2f4de6e8af4c9c7d4f3609de91 (diff)
Merge PR #12203: [ci] [doc] misspelled script name create_overlays.sh
Reviewed-by: Zimmi48
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/README-developers.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/README-developers.md b/dev/ci/README-developers.md
index 6a740b9033..88d08a1724 100644
--- a/dev/ci/README-developers.md
+++ b/dev/ci/README-developers.md
@@ -72,10 +72,10 @@ Moreover your PR must absolutely update the [`CHANGES.md`](../../CHANGES.md) fil
### Experimental automatic overlay creation and building
If you break external projects that are hosted on GitHub, you can use
-the `create-overlays.sh` script to automatically perform most of the
+the `create_overlays.sh` script to automatically perform most of the
above steps. In order to do so, call the script as:
```
-./dev/tools/create-overlays.sh ejgallego 9873 aac_tactics elpi ltac
+./dev/tools/create_overlays.sh ejgallego 9873 aac_tactics elpi ltac
```
replacing `ejgallego` by your GitHub nickname and `9873` by the actual PR
number. The script will: