From 865787c8b0dd1515d18420b61f1c10f50399a3e8 Mon Sep 17 00:00:00 2001 From: Frederic Werner <20406381+wernerfred@users.noreply.github.com> Date: Sun, 29 Aug 2021 10:58:24 +0200 Subject: [PATCH] fix(docs): Use correct function call in CI to update `versions.json` (#2153) --- .github/workflows/scripts/docs/update-versions-json.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/docs/update-versions-json.sh b/.github/workflows/scripts/docs/update-versions-json.sh index 3a4571e0..5bdd7141 100755 --- a/.github/workflows/scripts/docs/update-versions-json.sh +++ b/.github/workflows/scripts/docs/update-versions-json.sh @@ -57,4 +57,4 @@ function _update_versions_json fi } -_update-versions-json +_update_versions_json