From 2c50455000566aec1b66c27265590ccf62cfbae8 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 5 Jun 2024 19:57:18 -0700 Subject: [PATCH] Updated cog commands in update-docs.sh script to use a variable for arguments. --- scripts/update-docs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/update-docs.sh b/scripts/update-docs.sh index e827413a4..b64baf394 100755 --- a/scripts/update-docs.sh +++ b/scripts/update-docs.sh @@ -3,5 +3,5 @@ # exit when any command fails set -e -cog -r website/index.md -cog -r website/docs/usage.md +cog $ARG website/index.md +cog $ARG website/docs/usage.md